SQL Window temporary keep un-named files.

Felix

Member²
Sometimes I need to quit, but I don't want to save the SQLs in the SQL Window in a file, I just want it to temporary retain the SQL for the next session. Just like it does in Explain Plan Window.

This is only for SQL-Windows that do not have a file-name. When I quit the dialog box to save give me the options of [Yes] [No] [Cancel] [Retain].
 
You can use the DESKTOP= command line parameter to save the desktop configuration. For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" desktop=dev

This will save and restore the desktop configuration under the given name "dev". You can work with multiple desktop configurations this way.
 
Back
Top