PL/SQL Developer 10 default login to "Other"

Hi All,

My organization has a multi-user PL/SQL Developer subscription, and I recently upgraded from version 8 to 10.

I noticed that the login changed to a new modal dialog that has "Imported Fixed Users, Imported History, Recent", and then a button for "Other".

If I click "Other" I get the old login back.

Is there a way I can make it so that this is the default? In other words, I always use "Other" and I want the login dialog to behave as it did in 8.

Thank you very much in advance,

Philip
 
This is the Connection List (see chapter 16 in the User's Guide) that replaces the old Logon dialog. It is much more convenient if you define your connections (Tools > Define Connections), but if you do not do so and cancel the dialog every time, it will not be useful at all.

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

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