Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Row cache lock wait issue in RAC
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:
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?
Thanks,
Luca
--
http://www.freelists.org/webpage/oracle-l
Received on Wed May 31 2006 - 15:23:50 CDT
![]() |
![]() |