Serveroutput - Command Window

Robert,

add following into Login.sql located in PL/SQL Developer directory

Code:
-- Autostart Command Window script
set serveroutput on size 999999
It will stop working if you reconnect. So you will need to re-open Command Window.
 
Back
Top