My Oracle Support Banner

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 later
Information 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

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.