Re: UNDO poll - was undo segments vs. rbs

  • From: Tanel Põder <tanel.poder.003@xxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Fri, 21 May 2004 01:39:08 +0300

> 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.


----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: