Home » RDBMS Server » Server Administration » Columns not displayed
Columns not displayed [message #371518] Wed, 01 November 2000 18:32 Go to next message
arun
Messages: 67
Registered: January 2000
Member
I have run a select * from Oracle SQL Plus. However the table has 7 columns of which only 5 are displayed. I have tried turning the wrap option off and set the line size from 132 to 240 but the result is the same.
I look forward to some help from the gurus.
Thanks
Re: Columns not displayed [message #371522 is a reply to message #371518] Wed, 01 November 2000 20:52 Go to previous messageGo to next message
Cliff
Messages: 6
Registered: October 2000
Junior Member
Write the following commands before exec the query:

"COLUMN column_name noprint"

Advice: you should read the sqlplus help carefully
Re: Columns not displayed [message #371524 is a reply to message #371522] Thu, 02 November 2000 09:27 Go to previous messageGo to next message
arun
Messages: 67
Registered: January 2000
Member
When the commands COLUMN column_name noprint is given, the only difference is that it is not displayed on the screen ,but when spooled only the first four columns are captured. I checked the help in SQL plus, but could not find any which tells you how to get all the columns. However I do appreciate your help.
Re: Columns not displayed [message #371528 is a reply to message #371518] Thu, 02 November 2000 12:14 Go to previous messageGo to next message
Andrew again...
Messages: 270
Registered: July 2000
Senior Member
check the datatypes on the table, only the text, date, number ones will be displayed. could this be the problem?
Re: Columns not displayed [message #371529 is a reply to message #371528] Thu, 02 November 2000 12:46 Go to previous message
arun
Messages: 67
Registered: January 2000
Member
All the columns are of the datatype Varchar(2), so I cannot understand why the last few columns are not displayed.
Previous Topic: Does each line only display one column ?
Next Topic: Database Tuning
Goto Forum:
  


Current Time: Thu May 02 03:19:23 CDT 2024