Preferences for Command Window

null0000

Member³
There are no preferences for Command Window.
Some of them could be Timing settings , etc.
while it is possible of course to set some of them on status line, having options to have them set more permanently seems better approach, just like there are options for other types of windows.
 
You can set these options in the login.sql file, similar to SQL*Plus. For example:

Code:
set timing on
set prompt [user]@[db]
set serveroutput on size unlimited

The login.sql file can be stored in the PL/SQL Developer installation directory.
 
Back
Top