Open all Recovery Windows

Lloyd

Member
My method of working is to have multiple instances of PL/SqlDeveloper open at any given time. For the different projects I am managing, logged into the respective schema.

When my system (windows 10) reboots overnight for no reason [all the *@#$% time] I relaunch PLSQL Developer and it shows me the 8 recovery sessions. I choose the first one. Bam, opens fine. But when I open the next instance of PLSQL Developer the list of recovery files is not there. I would be OK finding them from the menu somewhere, but I am at a loss.

Ideally, if there are still unrecovered sessions, I'd like that window to pop up again. Any help will be appreciated.
 
To maintain different sets of opened files per project I would suggest to use the desktop= parameter to force PL/SQL Developer to save the desktop configuration under the given name. If you restart PL/SQL Developer later with the same desktop= parameter, it will be restored accordingly.

For example:

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

You can create multiple PL/SQL Developer shortcuts with different desktop names for different projects.
 
Back
Top