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: Row cache lock wait issue in RAC

Re: Row cache lock wait issue in RAC

From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Thu, 1 Jun 2006 09:09:42 +0200
Message-ID: <00a701c6854a$5be53560$1a03310a@MPILA9>


>I am stress testing an application that performs massive inserts (logs
> tons of data) into Oracle tables using direct path insert. Multiple
> tables are used to provide scalability (each log source inserts into a
> dedicated table). This application uses direct path inserts and bypasses
> the cache so I can see that it also scales in RAC (10g RAC, 6 nodes).
>
> BUT increasing the number of log sources I have now started to see the
> following bottleneck: row cache wait (on dc_tablespace_quotas), for
> example from a 10046 trace:
> ---------------------------
> WAIT #19: nam='row cache lock' ela= 2888862 cache id=5 mode=0 request=5
> obj#=76647 tim=1122164147766228
> WAIT #19: nam='row cache lock' ela= 2824967 cache id=5 mode=0 request=5
> obj#=76647 tim=1122164150591291
>
> It looks to me as row cache lock contention between direct path inserts,
> probably made worse by rac/GES. (Note also that I don't enforce
> tablespace quotas (the application owner has unlimited tablespace).
>
> Any ideas on how to tune this?

You can also try to put the tables in different tablespaces.

Regards
Dimitre

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jun 01 2006 - 02:09:42 CDT

Original text of this message

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