Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: set head on
"Jake" <jgarfield_at_earthlink.net> a écrit dans le message de news: 1193016259.363540.207150_at_e34g2000pro.googlegroups.com...
| okay, this may be a dumb question but:
|
| why am I not getting any headers in SQL*Plus? see output below:
|
| SQL> set head on
| SQL> select * from user_procedures;
| TRAP_ERRCODE NO NO
| NO NO
| NO
| DEFINER
|
| EMPLOYEEAGE NO NO
| NO NO
| NO
|
|
| what do I have to do to get the headers above the columns when i do a
| select?
|
Because you have pagesize 0
Regards
Michel Cadot
Received on Sun Oct 21 2007 - 23:47:50 CDT
![]() |
![]() |