Re: problem creating tracefile level12

From: Shakespeare <whatsin_at_xs4all.nl>
Date: Tue, 25 Nov 2008 14:32:12 +0100
Message-ID: <492bfe5f$0$200$e4fe514c@news.xs4all.nl>


Helma schreef:
> Hi David,
>
> your :

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

>
> worked. I was using :
>
> exec dbms_system.set_ev (si=>19, se=>1423,ev=>10046,le=12,nm=>NULL)
>
> many thanks!

Either you made a typo in your post, or in your code: le=12 should be le=>12

And unlike Mr. Morgan and Mr. Burleson show in their resp. websites, the fifth parameter nm is not a BINARY INTEGER, but VARCHAR2 and should always be "''" and not "NULL". That may have caused your error.

Shakespeare Received on Tue Nov 25 2008 - 07:32:12 CST

Original text of this message