Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: SQLPLUS Describe
That's what it was. The linesize was set to 800.
But.. It worked fine in Oracle 7.3.4. Did something change? We are
using 8.1.7 client.
The describe works ok for a 7.3.4 database, but not a 9.2 database.
Same SQL*PLUS desktop client.
Ron
-----Original Message-----
From: stephen booth [mailto:stephenbooth.uk_at_gmail.com]=20
Sent: Monday, April 11, 2005 10:50 AM
To: Smith, Ron L.
Cc: oracle-l_at_freelists.org
Subject: Re: SQLPLUS Describe
On Apr 11, 2005 4:15 PM, Smith, Ron L. <rlsmith_at_kmg.com> wrote:
> What would cause SQL*PLUS to only return column names when doing a=20
> describe?
>=20
Check your buffer width and linesize. SQL*Plus seems to full justify the output from Describe and what you're describing sounds like what you get when the bufferwidth and linesize are large. The other columns are still there, just way off screen to the right.
Stephen=20
--=20
It's better to ask a silly question than to make a silly assumption.
Important Notice!!
If you are not the intended recipient of this e-mail message, any use, =
distribution or copying of the message is prohibited.
Please let me know immediately by return e-mail if you have received =
this message by mistake, then delete the e-mail message.
Thank you.
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Apr 11 2005 - 12:08:27 CDT
![]() |
![]() |