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: <Jared.Still_at_radisys.com>
Date: Wed, 19 May 2004 12:49:58 -0700
Message-ID: <OF27ED489F.CCAE0954-ON88256E99.006CCABA-88256E99.006CF0CE@radisys.com>


Carmen,
Just put the 10046 trace and sql in a file and set term off.

eg.

alter session set events '10046 trace name context forever, level 8';

set term off

select whatever from whereever;

exit;

HTH Jared

oracle-l-bounce_at_freelists.org wrote on 05/19/2004 11:34:01 AM:

> 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



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:48:12 CDT

Original text of this message

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