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: suppress the output of SQL's by spooling

Re: suppress the output of SQL's by spooling

From: Ron Reidy <rereidy_at_indra.com>
Date: Wed, 30 Apr 2003 06:00:45 -0600
Message-ID: <3EAFBAED.2070909@indra.com>


WHat does "output of SQL's" mean? Do you mean the 'SQL>' chars? If so,   try 'set sqlprompt ""', or you can use grep to get them out of your output.

--
Ron Reidy
Oracle DBA

Andrei Romazanov wrote:

> ?????
>
> SQL> set pages 0
> SQL> spool b.lst
> SQL> select 'aaa' from dual;
> aaa
>
> SQL> spool off
>
> In b.lst:
>
> SQL> select 'aaa' from dual;
> aaa
>
> SQL> spool off
>
> "Noons" <wizofoz2k_at_yahoo.com.au.nospam> schrieb im Newsbeitrag
> news:Xns936DDA050E028Tokenthis_at_210.49.20.254...
>
>>Following up on Andrei Romazanov, 30 Apr 2003: >> >> >> >>>sorry for a naive question: how can I suppress the output of SQL's by >>>spooling? >>>I would like to have only the data. >> >>Easiest way to turn off all SQL*Plus formatting >>is to use >>set pages 0 >> >> >>-- >>Cheers >>Nuno Souto >>wizofoz2k_at_yahoo.com.au.nospam
>
>
>
Received on Wed Apr 30 2003 - 07:00:45 CDT

Original text of this message

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