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: Bind variables

RE: Bind variables

From: Richard Ji <richard.ji_at_mobilespring.com>
Date: Tue, 11 Feb 2003 08:50:03 -0800
Message-ID: <F001.00549745.20030211085003@fatcity.com>


alter session set events '10046 trace name context off'

or

exec sys.dbms_system.set_ev(sid, serial#, 10046, 0, '')

Richard Ji

-----Original Message-----
Sent: Tuesday, February 11, 2003 9:29 AM To: Multiple recipients of list ORACLE-L

TMTOWTDI ... It's everywhere.
All these choices. Why do they have to make life so complicated?

I'm just curious: How do you turn if off? level(0)?

> -----Original Message-----
> Hi, in 8i etc, you can use
> dbms_system.set_ev(sid,serial#,10046,level(1-12),'') too.
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Stephen Lee
  INET: Stephen.Lee_at_DTAG.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: Richard Ji
  INET: richard.ji_at_mobilespring.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 Tue Feb 11 2003 - 10:50:03 CST

Original text of this message

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