ttitle off
btitle off
prompt
prompt Ratio Should be < 15%
prompt
select sum(getmisses), sum(gets)
, (sum(getmisses) * 100)/sum(gets) "Misses To Gets Ratio"
from v$rowcache
/
select parameter, getmisses, gets
from v$rowcache
/
Monday, May 24, 2010
Check for Dictionary Cache
Posted by
Jabra
at
1:56 PM
Labels: Performance Tuning
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment