compact command window otuput

matejj

Member²
Is there an option to make output of Command window more compact, with less empty lines. Example: when creating a table I get:
SQL> @c:\hibis\trr\proc\trr_namen_povezava_dod.tab

Table created

Comment added

Comment added

Comment added

Synonym created

SQL>

And I would like it to be:
SQL> @c:\hibis\trr\proc\trr_namen_povezava_dod.tab
Table created

Comment added

Comment added

Comment added

Synonym created

SQL>
 
Hello.
I have Same problem with blank line between command output.
Can this be corrected by some settings?
PL/SQL Developer Version 12.0.7.1837 (32 bit)
 
Last edited:
Back
Top