SELECT 'Dictionary Cache Hit Ratio ' "Ratio", ROUND ((1 - (SUM (getmisses) / SUM (gets))) * 100, 2) || '%' "Percentage" FROM v$rowcache;
Excerpted from Digital.Press.Oracle.Performance.Tuning.for.10gR2.2nd.Edition.Sep.2006
Excerpted from
Excerpted from Digital.Press.Oracle.Performance.Tuning.for.10gR2.2nd.Edition.Sep.2006