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: Trace (was Ora 9.2/HPUX 11i/Performance)

RE: Trace (was Ora 9.2/HPUX 11i/Performance)

From: Barbara Baker <barbarabbaker_at_yahoo.com>
Date: Fri, 20 Feb 2004 08:25:38 -0800 (PST)
Message-ID: <20040220162538.33095.qmail@web14426.mail.yahoo.com>


Michael:
I'm a bit behind in e-mail, but I didn't see that your question was answered.

Yes, you can turn off a 10046 trace.
How to turn it off depends on how you turned it on:

  oradebug event 10046 trace name context off if you used oradebug

  exec dbms_system.set_ev(<sid>,<s#>,10046,0,''); if you used set_ev

(Note that Oracle frowns on using set_ev, but there are reasons why sometimes it's the only thing that works for us.)

Barb


Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools

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 Fri Feb 20 2004 - 10:35:12 CST

Original text of this message

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