Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't seem to print the column headers 1

Status
Not open for further replies.

rogers42

Technical User
Mar 30, 2007
64
CA
Hi Folks,

I can't seem to print the column headings. E.g. The following simply prints "X" but no heading

select * from dual;

show heading command displays ON.

Is there any other setting that might be supressing the column header printing ?

Thanks in advance.

rogers42
 
Rogers said:
Is there any other setting that might be supressing the column header printing ?
Yes...if at any time in your session this instruction has executed:
Code:
SET PAGESIZE 0
Set pagesize to some positive value and re-run your code.

[santa]Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]
“Beware of those that seek to protect you from harm or risk. The cost will be your freedoms and your liberty.”
 
Hi Mufasa,

Right you are, yet again. pagesize = 0 is the first thing I do after logging in the db.

Thanks once again for answering all my questions through out the year.

Happy holidays to everybody.

rogers42
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top