How to save pl/sql method without "/" at end of file?

That is not possible. The slash is required in other tools such as SQL*Plus to terminate the "create or replace" program unit statement.
 
Hi Marco,

Yes for SQL*Plus this is necessary but for other deployment tools this is not only unnecessary but actually causes problems. So it would be very nice if adding the slash at the end of a program unit would be configurable.
 
Back
Top