Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: suppress the output of SQL's by spooling
?????
SQL> spool a.lst SQL> set echo off SQL> select 'aaa' from dual;
'AA
--- aaa SQL> spool off In a.lst: SQL> set echo off SQL> select 'aaa' from dual; 'AA --- aaa SQL> spool off :-((( "rs" <info_at_bytelife.com> schrieb im Newsbeitrag news:3eafb184$0$89805$1b62eedf_at_news.euronet.nl...Received on Wed Apr 30 2003 - 06:52:24 CDT
> set echo OFF !!
> set termout off also does not display the data
>
>
> Andrei Romazanov <ierdna_at_web.de> schreef
> > Hello all,
> >
> > sorry for a naive question: how can I suppress the output of SQL's by
> > spooling?
> > I would like to have only the data.
> >
> > Thank you in advance
> > Andrei
>
>
![]() |
![]() |