Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQL*Plus report output
Christopher Maher wrote:
>
> I am spooling the output of a select statement to a file. The output
> gets properly sent to the file. However, the select statement is also
> being output to the file - it appears at the top of the file, before the
> actual output.
>
> How can I suppress the code from being sent to the output file?
SQL> set echo off
Cheers,
GC
Received on Sun Mar 26 2000 - 00:00:00 CST
![]() |
![]() |