| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: sql statements missing in continued tracefile
Andreas Piesk wrote:
> Jonathan Lewis schrieb:
>> How do you know that one execution of the insert >> is taking more than 3,000 m/s ? Is it because your >> front-end code checks the start and end times ?
>> If so, could you look at v$session_wait_history,
>> which records the last 10 waits for a session
>> whenever you see a time in excess of a critical
>> limit ? You might be lucky and catch the critical wait.
>>
>> select
>> seq#, event, p1,p2,p3,wait_time
>> from
>> V$session_wait_history
>> where
>> sid = {your sid}
>> /
>> You don't even have to have the licence for the >> diagnostic pack to query this one.
Given that you are on RAC ... are you using the GV$ objects rather than V$. You may well find that the problem is on one instance and not the other.
I saw something similar to this with RAC and 10.1.0.3 caused by an operating system message not being properly received. It became a Sev 1 SR and was quickly resolved by Oracle. It might well be time to create an RDA and deliver it at metalink.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Wed Nov 29 2006 - 12:14:43 CST
![]() |
![]() |