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: Valiveru, Siva <SValiveru_at_ea.com>
Date: Fri, 16 May 2003 10:16:47 -0800
Message-ID: <F001.0059AFFD.20030516101647@fatcity.com>

Here is what you should do..

BEGIN
FOR sess_rec in ( select sid,serial# from v$session ) LOOP sys.dbms_system.set_sql_trace_in_session(sess_rec.sid,sess_rec.serial#,F ALSE);
END LOOP;
END;
/

-----Original Message-----
Sent: Friday, May 16, 2003 9:32 AM
To: Multiple recipients of list ORACLE-L

Hi List,

Is there any way to set the sql_trace=false whithout shutdown the database?
For all the sessions

using the information. Please contact the sender immediately by return e-mail and delete the original message from your system.

===================== End Confidentiality Statement
=====================  


--

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

Author: Hamid Alavi
  INET: hamid.alavi_at_quovadx.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).

--

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

Author: Valiveru, Siva
  INET: SValiveru_at_ea.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 - 13:16:47 CDT

Original text of this message

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