Row Cache Objects:
The row cache objects latch contention usually means there is contention in the data dictionary. This problem may also be a symptom of excessive parsing of SQL statements that depend on public synonyms. Increasing the shared pool usually solves this latch problem.
You usually increase the shared pool for a library cache latch problem well before this one is a problem.
根据上面的这段蚊子说明, 增大shared pool 通常可以解决这种latch 问题。 不过具体情况还是需要具体对待,可以做HANGANALYZE和SYSTEM STATE DUMP来帮助定位为题。 参考:
Oracle oradebug 命令 使用说明
http://blog.csdn.net/xujinyang/article/details/6858059
Oracle HANGANALYZE 功能诊断 DB hanging
http://blog.csdn.net/xujinyang/article/details/6858086
-------------------------------------------------------------------------------------------------------
本文探讨了Oracle数据库中RowCacheObjects问题的原因,指出这可能是由于数据字典中的内容竞争或频繁解析依赖于公共同义词的SQL语句导致。文章建议通过增加shared pool的大小来解决这一问题,并提供了使用Oracle调试命令、HANGANALYZE和SYSTEMSTATEDUMP进行故障诊断的方法。
1585

被折叠的 条评论
为什么被折叠?



