Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Subject: Batch load freezes every couple of minutes

Re: Subject: Batch load freezes every couple of minutes

From: Ranko Mosic <mosicr_at_rogers.com>
Date: Mon, 18 Apr 2005 22:00:46 -0400
Message-ID: <003c01c54483$9a2cd0c0$54369c18@vv4xpaygpndtkd>


I collected some v$session_wait, v$session_event output during the load. Will analyze them further and see if it helps.

> Ranko Mosic wrote:
>
> >
> >My tests show that Waits ( total_wait# ) only gets increased when there =
> >is row level lock contention ( session is waiting for commit/rollback =
> >from the other session ). Average wait time calculated from =
> >v$system_event for 'enqueue' is very small.=20
> >Could this high figure for total_wait# be the reason why load freezes
?=20
> >
> >( Checkpoint not complete are the problem, but I am now looking beyond =
> >that ).
> >
> >Regards, Ranko.=20
> >
> >
> Ranko, V$SYSSTAT is not entirely adequate table for your purpose. May be
> you should look into V$SESSION_WAIT,
> as these waits are happening or V$SESSION_EVENT, to see what the session
> was waiting on since its start. You can
> also try writing a login trigger that would execute something like
> 'DBMS_SYSTEM.SET_EV(sid,serial#,10046,8,'BDBAFH');
> and then analyze the resulting trace file.
>
>
> --
> Mladen Gogala
> Oracle DBA
>

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Apr 18 2005 - 22:00:22 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US