Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: help: How do you set event 10046 in this situation

Re: help: How do you set event 10046 in this situation

From: hpuxrac <johnbhurley_at_sbcglobal.net>
Date: 24 Dec 2004 05:28:18 -0800
Message-ID: <1103894898.730136.227580@f14g2000cwb.googlegroups.com>


You can use set_ev from sys.dbms_system all you need is sid and serial# think its exec sys.dbms_system.set_ev(sid, serial#, 10046,12,'') to turn it on and when done exec sys.dbms_system.set_ev(sid,serial#, 10046,0,'') to turn it off.

This is the easiest way I know think there are some other ways also this still works in 9.2.x dunno about 10g but probably. Received on Fri Dec 24 2004 - 07:28:18 CST

Original text of this message

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