RE: ORA-1652

  • From: "ramick" <ramick@xxxxxxxxxxx>
  • To: <tanel.poder.003@xxxxxxx>, <oracle-l@xxxxxxxxxxxxx>
  • Date: Fri, 12 May 2006 13:19:29 -0700

Thanks, Tanel.

The event was set with:
alter system set events '1652 trace name errorstack level 1';
at each instance.  

This did not include either of the qualifiers lifetime nor forever,
therefore it used the default of lifetime 1.

-----Original Message-----
From: oracle-l-bounce@xxxxxxxxxxxxx [mailto:oracle-l-bounce@xxxxxxxxxxxxx]
On Behalf Of Tanel Põder
Sent: Friday, May 12, 2006 1:34 AM
To: ramick@xxxxxxxxxxx; oracle-l@xxxxxxxxxxxxx
Subject: Re: ORA-1652

Hi,

What's the command you used for setting the event?

If you set the events at session or process level then oradebug dump events 
4 will not show those as level 4 shows instance's event "template", which 
then sessions or processes pick up when initialized. Only session and 
process level events are really checked when running as usual, system level 
events are just used as a template for new sessions/processes.

Normally the events set with FOREVER option should persist forever or until 
disabled, but if an event is set with LIFETIME <x> keyword instead of 
forever then they'll persist only <x> times they've occurred for a given 
session or process.

Tanel.

----- Original Message ----- 
From: "ramick" <ramick@xxxxxxxxxxx>
To: <oracle-l@xxxxxxxxxxxxx>
Sent: Friday, May 12, 2006 10:31 AM
Subject: ORA-1652


> 9205 RAC, RH AS 2.1
>
> I know a level 1 errorstack trace of this event will dump the statement 
> that
> failed at the instance level.
> I set this event a while ago (months); much to my chagrin, the event was 
> not
> there (the instance has not been bounced).
> So, I guess this event also expires.
>
> I can see the life of an event trace using ORADEBUG DUMP EVENTS 4, but it
> does not seem to change over time.
> Is there any way to set the amount of time or determine how much longer an
> event trace will be active?
>
> Does anyone know what the levels are of the 1652 event?
>
> TIA
>
> --
> //www.freelists.org/webpage/oracle-l
>
> 

--
//www.freelists.org/webpage/oracle-l



--
//www.freelists.org/webpage/oracle-l


Other related posts: