Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> ALTER SESSION SET EVENTS '...'
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
![]() |
![]() |