Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: SQL*Plus report output

Re: SQL*Plus report output

From: GC <assistant_madman_at_hotmail.com>
Date: 2000/03/26
Message-ID: <38DE9093.EE84CBA@hotmail.com>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US