Slow start up v10.0.2.1697

denmarkdev

Member²
Is it me or is the version slower than my old version 8.x?
How do I disable the "Connections Windows" appearing on startup?

Thanks for a good product.
 
Is it me or is the version slower than my old version 8.x?
You can update to 10.0.4 to get some start-up performance improvements.

How do I disable the "Connections Windows" appearing on startup?
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).

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