Option to disable new logon

chekk

Member
When starting a new instance of PL/SQL Developer, the new intermediate logon window can be a nuisance. I work with a lot of databases and I'd often rather just get the standard dialog and just start typing.
I've disabled history and recent, but I still get the intermediate dialog. An option to disable entirely would be appreciated.
 
The 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