Re: How to use "lifetime" clause to limit the number of traces correctly

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Tue, 19 Nov 2019 14:49:31 +0000
Message-ID: <CWXP265MB175005EB1D6EFB0D4BC74324A54C0_at_CWXP265MB1750.GBRP265.PROD.OUTLOOK.COM>


When you say "keeps dumping" do you mean a single session keeps dumping ? Or are you concerned that you see lots of sessions doing dumps ?

You've used alter system, so every session gets a lifetime of 2. (In fact, on some tests I did a while back when messing about with an ORA-01652, it looked like I got "lifetime" (nearly identical) error stacks at the same time on one occurrence of the error, but only got dumps on the first dump.)

Regards
Jonathan Lewis



From: oracle-l-bounce_at_freelists.org <oracle-l-bounce_at_freelists.org> on behalf of kunwar singh <krishsingh.111_at_gmail.com> Sent: 19 November 2019 13:52
To: ORACLE-L
Subject: How to use "lifetime" clause to limit the number of traces correctly

Hi Listers,
I am reading this link:
https://blog.tanelpoder.com/2009/03/03/the-full-power-of-oracles-diagnostic-events-part-1-syntax-for-ksd-debug-event-handling/

then i tried to test the tracing using the below example.

 alter system set events '942 trace name errorstack level 3,lifetime 2';

but it keeps dumping error stack even after 2nd incident of the error. Is something broken/wrong with my syntax or tracing level or do i have use some alternative syntax. I am trying this in 12.2.0.1 .

The reason i am playing with it is to troubleshoot issue in an 11.2.0.4 for a different ORA error thrown by the application.

--

Cheers,
Kunwar
--

http://www.freelists.org/webpage/oracle-l Received on Tue Nov 19 2019 - 15:49:31 CET

Original text of this message