Shared Pool 的转储与分析
Posted by dbtan on 十一月 30th, 2009Shared Pool 的转储与分析:
使用如下命令可以对共享池Library Cache信息进行转储分析:
ALTER SESSION SET EVENTS 'immediate trace name LIBRARY_CACHE level LL';
其中LL代表Level级别,对于9.2.0及以后版本,不同Level含义如下:
·Level=1,转储Library Cache统计信息;
·Level=2,转储Hash Table概要;
·Level=4,转储Library Cache对象,只包含基本信息;
·Level=8,转储Library Cache对象,包含详细信息(如:child references、pin waiters等);
·Level=16,增加heap sizes信息;
·Level=32,增加heap信息。
... ...
<阅读全文>
Recent Comments