Open a Workset in New Instance

zitot

Member²
Hi,

Is there a configurable setting to open a workspace in a new instance? That is, if I have one instance open, and i click open a workset, i'd like to open it in a new instance rather than what happens now, which is closing all the windows in the current instance and opening the workset

- thomas
 
There is no function or configuration for this, but you can start a PL/SQL Developer instance for a specific workset with the "Workset=<Name>" parameter. You can create shortcuts for frequently used worksets. For example:

Code:
"C:\Program Files\PLSQL Developer 16\plsqldev.exe" Workset="Your Workset"
 
Back
Top