Enhancement Request or How to ....

Sachin

Member³
PLSQLD supports a great feature to control the type of sessions to the database, i.e. Single, Multiple, Dual.
However, is there a way where I can specify a type of connection at login or by using a profile shortcut, etc?

If not, can this be included in the next release?

Thanks,
 
On the command-line you can use the SessionMode parameter. For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" SessionMode=MULTI

You can specify MULTI, DUAL, or SINGLE.
 
I may be doing something wrong - but this is not working as it should.
I am trying to get into a SINGLE user mode - but seems like it is still a MULTI user mode since its creating different sessions for each SQL Window that I create.
Am I missing something?

Thanks,
 
Back
Top