I need to use a file with specification or body without slash at the end.

Anatoliy

Member²
PL\SQL Developer 11

When I save only package specification or body in program window - "/" is automatically added at the end. Can I somehow eliminate it?

I need to use a file with specification or body without slash at the end.

Could you please help us with this?

Thank you!
 
This is currently not possible. PL/SQL Code needs to be terminated with a slash for compatibility with tools like SQL*Plus.
 
Back
Top