Option to ignore certain SQL*Plus commands in SQL Window?

Alex M

Member
I develop quite a few scripts used by our developers/QA in SQL Developer and am required to include certain SQL*Plus commands (e.g., SET SERVEROUTPUT ON) in the scripts. It's a bit frustrating commenting them out during my development and then uncommenting before I provide them the scripts.

Is there any way I could ask PL/SQL Developer to ignore those lines with certain SQL*Plus commands?

I am currently using 11.0.4.1774 - and I know I need to upgrade :)

Thanks in advance!
Alex
 
This is not possible in the SQL Window. You can use the Command Window of course, which has a certain level of SQL*Plus compatibility.
 
Back
Top