When starting 10.0.5, it is always minimized

Peter93

Member²
When I start PL/SQL 10.0.5 the Application is always minimized.

Is there a configuration switch, to change the behaviour?
 
If you right-click on the PL/SQL Developer shortcut and select "Properties", is the "Run" property perhaps defined as "Minimized"?
 
PL/SQL is started (run) as "Normal Window"

Sorry: The windows is not minimized, but always in the background of other earlier started programs. (i.e. WORD )
 
Last edited:
As a test, can you disable the splash screen by adding the NoSplash parameter to the PL/SQL Developer command-line. For example:

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

You can also add the following line to the params.ini file in the PL/SQL Developer directory:

NoSplash=1
 
Back
Top