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

Home -> Community -> Mailing Lists -> Oracle-L -> ALTER SESSION SET EVENTS '...'

ALTER SESSION SET EVENTS '...'

From: Michael Ivanov <mivanov_at_tdera.ru>
Date: Fri, 25 Oct 2002 08:44:51 -0800
Message-ID: <F001.004F3C77.20021025084451@fatcity.com>


I often met SQL phrase in sql scripts as "ALTER SESSION SET EVENTS '...' " for example:
ALTER SESSION SET EVENTS '10520 TRACE NAME CONTEXT FOREVER, LEVEL 10'; (Oracle 8.1.7.3 patches install instuctions) or
alter session set events '10046 trace name context forever, level <Level>';

    where Level is one of 0,1,4,8,12 to trace your session

But I can't found some explanations for ALTER SESSION SET EVENTS '...' in Oracle documentation. Who can me point some explanation to this command in Oracle docs ?

Best regards
Michael Ivanov, TD "ERA"
y筅~'"jS
kڝاzN nu楊w{Zx I_at_ND Received on Fri Oct 25 2002 - 11:44:51 CDT

Original text of this message

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