Re: DBMS_SYSTEM.SET_EV parameter nm

From: Rakesh Tikku <rakesh.tikku_at_gmail.com>
Date: Tue, 29 Jan 2008 21:34:39 -0800
Message-ID: <4643fc610801292134q4c5e429fj3125fbfb39b1667c@mail.gmail.com>


Hi Ahbaid,

nm is used for setting the Event Name. That is what come after "trace name" keyword in the alter session set events command.

nm = null stands for "context forever".

so if you want to set "alter system set events '1000 trace name errorstack level 1' " for a particular session, you would use

ev = 1000
le = 1
nm = 'ERRORSTACK'


 hth.

Rakesh Tikku
Managing Principal
dbPerf Inc.

On Jan 29, 2008 9:06 PM, Ahbaid Gaffoor <ahbaid_at_att.net> wrote:
> Does anyone know what the "NM" parameter of DBMS_SYSTEM.SET_EV
> actually gets used for?
>
> Typically it gets set to null when the procedure is called, but I'd like
> to know if it has some usefulness that can be harnessed.
>
> thanks
>
> Ahbaid Gaffoor
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jan 29 2008 - 23:34:39 CST

Original text of this message