How to close a Command Window automatically after execution?

Mr. Liu

Member
In the editor of a Command Window, the command EXIT [APPLICATION] and QUIT [APPLICATION] both mean to quit a running script, instead of closeing the Command Window, so I have no idea how to close the Command Window automatically when the script has been executed.

Is it possible that one of the above two commands means to quit a runing script and the other means to close the Command Window directly?

Snipaste_2024-12-16_10-24-15.png
 
EXIT terminates the script execution. EXIT APPLICATION terminates PL/SQL Developer. There is currently no option to close the Command Window from within a script. I have added this to the list of enhancement requests.
 
Back
Top