Need Run-button for Command-Window even i am not connected

orca777

Member³
Hello PL/SQL-Dev Team!

Sometimes i ruin scripts again production environment. i start PL/SQL-Developer/Command Window without connecting to the database.

Thne i want to start a script which contains
the connect -clause via
@script.sql

PL/SQL-Developer/Command Window does not allow to execute the script, but SQL*PLUS does.

Regards and i am very very interested seeing the NEW Version.

Carl
 
You should indeed be allowed to run the script if you're not connected. Right now you can only type the connect command on the SQL prompt.

We'll fix this.
 
Back
Top