Connection List

KenW

Member
Is there an option / preference/ setting that can stop the Connection List from opening when PSD starts.
I prefer (and have set in preferences) single connection / multi -session and find it inconvenient to have to close the Connection List in the docking area every time I start PSD.

It would be nice if the preference is set to single connection that the Connection List would not open in the dock area.

Thanks.
 
The connection list logon dialog can be disabled by using the NoConnectionList command-line parameter. For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" NoConnectionList

You can also set this in the params.ini file in the PL/SQL Developer installation directory.

The Connection List in PL/SQL Developer can be docked or closed. If you subsequently select the "Save Layout" item from the Window menu, this will be the default layout.
 
Back
Top