get logon form when running plsql dev

gad

Member²
Hello,
When I run plsql developer I get the connection list. Only after choosing a connection I get the logon form where I enter the password.
I want to get the logon form immediately without going through the connection list.

Could not find the option for this.

TIA,
gad
 
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 director:

NoConnectionList=1

 
Back
Top