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: Brute Force Quickie Developer needs minor assistance finding code tool . . .

Re: Brute Force Quickie Developer needs minor assistance finding code tool . . .

From: Martin Drautzburg <martin.drautzburg_at_web.de>
Date: 25 Dec 2002 00:02:01 +0100
Message-ID: <874r93t40m.fsf@web.de>


If you don't want to bounce the database, you can use

exec dbms_system.set_ev(sid, serial, 10046,12,'')

I believe you could also use the following procedure from dbms_system.

PROCEDURE SET_SQL_TRACE_IN_SESSION Argument_Name|type |in_Out|


SID          |NUMBER(22)    |IN    |
SERIAL#      |NUMBER(22)    |IN    |
SQL_TRACE    |PL/SQL BOOLEAN|IN    |
Received on Tue Dec 24 2002 - 17:02:01 CST

Original text of this message

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