Save window list

aLpenbog

Member
Hi guys. I'm working on multiple databases for multiple clients. At the end its always the same stuff that I have to keep track on. Lets say 3-4 Selects and 1-2 Packages. I like to rename them in the window list to keep it clean.

Im wondering if there is a way to save the state (all open selects + open packages + there name after renaming them).

And if thats not possible is it at least possible to shorten the text in the window list even more to just the tablename or packagename?
 
Last edited:
You can use the desktop= parameter. For example:

"C:\Program Files\PLSQL Developer\pslqldev.exe" desktop=group1

Files on your PL/SQL Developer desktop will be stored/restored under this name. You can use multiple shortcuts with multiple desktop names for multiple projects/clients/etc.
 
Back
Top