Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: UNDO poll - was undo segments vs. rbs
> event="1555 trace name errorstack level 3"
> event="4031 trace name errorstack level 3"
> event="1652 trace name processstate level 10"
>
> Note though, that you will have to keep *all* event lines TOGETHER in the
> init.ora lines, otherwise only the last ones will take effect. (Same
problem
> with multiple utl_file_dir lines!)
If you use spfile and have to set all these events in spfile with a single command, you can issue all these event definitions in one alter system call, separating different events with a colon:
alter system set event='1555 trace name errorstack level 3:4031 trace name errorstack level 3:1652 trace name processstate level 10' scope=spfile;
Tanel.
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu May 20 2004 - 17:36:08 CDT
![]() |
![]() |