|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Is there a script or a way to have the column headings not print on the final report on a sqlplus program. The way our website is designed, it kicks back my report because of the col headings and I have to erase the headings before posting to the net. So if I can write the program to not include the column headings that would be a plus.
|
|
#2
|
|||
|
|||
|
try
Code:
SET HEAD OFF at the beginning of the script/session. |
|
#3
|
|||
|
|||
|
you may consider set pages 0 as well so that you can eliminate the blank lines in the returned result set.
~jimbag8 |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > Hopefully an easy SQLPLUS question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|