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: SQL TRACE

RE: SQL TRACE

From: Khedr, Waleed <Waleed.Khedr_at_FMR.COM>
Date: Fri, 16 May 2003 11:46:44 -0800
Message-ID: <F001.0059B449.20030516114644@fatcity.com>


The original question was how to set sql_trace = false without a shutdown which implies that init.ora has sql_trace = TRUE and they want it off without stopping the database.  

Mladen's suggestion should work fine. The only thing that I do not understand if it's going to work dynamically like that, then why it's does not have the option to be altered on the SYSTEM level "Alter system set sql_trace = false".  

My guess: Mladen's suggestion may not work perfectly.  

Let's know.  

Waleed

-----Original Message-----
Sent: Friday, May 16, 2003 2:41 PM
To: Multiple recipients of list ORACLE-L

Pardon me,

but that won't help if I set trace in my session.

Raj




Rajendra dot Jamadagni at nospamespn dot com All Views expressed in this email are strictly personal. QOTD: Any clod can have facts, having an opinion is an art !

-----Original Message-----
Sent: Friday, May 16, 2003 1:53 PM
To: Multiple recipients of list ORACLE-L

Yes, there is. The following command should do the trick:

alter system set events='10046 trace name context off';

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Khedr, Waleed
  INET: Waleed.Khedr_at_FMR.COM

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri May 16 2003 - 14:46:44 CDT

Original text of this message

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