sqlplus output formatting [message #648982] |
Wed, 09 March 2016 07:50 |
gajini
Messages: 262 Registered: January 2006
|
Senior Member |
|
|
In sqlplus when executing a query with "head off" & "feedback off", there is an extra line before output.
I tried all the formatting options but nothing is worked out.
Please let me know how to remove that extra line occurs before the output.
SQL> select sysdate from dual;
09-MAR-16
SQL>
My expected result should be like this,
SQL> select sysdate from dual;
09-MAR-16
SQL>
|
|
|
|
|
|
|