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: Noons <wizofoz2k_at_yahoo.com.au.nospam>
Date: 30 Apr 2003 12:52:27 GMT
Message-ID: <Xns936DE86D25453Tokenthis@210.49.20.254>


Following up on Andrei Romazanov, 30 Apr 2003:

> ?????
>
> 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
>

Ah, you want to get rid of the "SQL>" stuff?

set sqlprompt ''
should do the trick.

-- 
Cheers
Nuno Souto
wizofoz2k_at_yahoo.com.au.nospam
Received on Wed Apr 30 2003 - 07:52:27 CDT

Original text of this message

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