Command Window History and settings

ras

Member²
Hello,
Can you help me with two questions about Command Window?
1) History in this window appears by Up and Dows arrows. But it appears only by one row. And i want it appears by SQL block with multi row. Like when i type "ed" and appears History Window. How can I enable this?
2) Can I set command window settings like Set Pages, Set Lines, Col XXX format? Like glogin.sql in original sqlplus, and use it always?
Thank You very much
 
Hello ras,

2) you can write default code (always executed when a new session is spawned) in the file login.sql, which is situated in the PL/SQL Developer program directory.
 
Claus, Thank You for advice!
It works perfect.
And for first question, anybody knows, is there option to make command history in command window multi-tabs by SQL blocks?
Thanks
 
Back
Top