SQL*Plus Formatting Differs in Column Width
(Doc ID 747186.1)
Last updated on JULY 13, 2023
Applies to:
SQL*Plus - Version 10.2.0.3 and laterInformation in this document applies to any platform.
Symptoms
Running the same statement in different SQL*Plus sessions results in different output length.
Session 1:
SQL> select sysdate, sysdate from dual;
SYSDATE SYSDATE
--------------- ---------------
30-OCT-08 30-OCT-08
Session 2:
SQL> select sysdate, sysdate from dual;
SYSDATE SYSDATE
--------- ---------
30-OCT-08 30-OCT-08
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |