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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: sqlplus suppress output - other than set autotrace traceonly

Re: sqlplus suppress output - other than set autotrace traceonly

From: Carmen Rusu <carmen.rusu_at_rrc.state.tx.us>
Date: Wed, 19 May 2004 14:38:53 -0500
Message-Id: <s0ab7186.016@gwgate.rrc.state.tx.us>


oops, it's SunOS 2.8

>>> sfaroult_at_oriole.com 5/19/2004 2:25:18 PM >>> Carmen Rusu wrote:
>
> I am running an 10046 event trace from sqlplus for a query which
returns
> a lot of rows to the terminal.
>
> How can I suppress the output by another method than autotrace
> traceonly? ( so that my trace file doesnt show all that extra
processing
> from autotrace)
>
> Thanks,
> Carmen Rusu
> Oracle DBA

Spool to /dev/null (or if it doesn't work to a pipe and redirect to /dev/null) and SET TERMOUT OFF, I *think* it should work.  Of course I assume a real OS.

-- 
Regards,

Stephane Faroult
Oriole
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com 
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org 
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/ 
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html 
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Wed May 19 2004 - 14:33:29 CDT

Original text of this message

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