Database Tuning (MOSC)

MOSC Banner

Low Hit ratio

edited Feb 16, 2010 12:34AM in Database Tuning (MOSC) 24 commentsAnswered
Just now i run this query,
SQL> select round ((1-(sum(decode(name,'physical reads',value,0))/(sum(decode(na
me, 'db block gets',value,0)) + sum(decode(name, 'consistent gets',value,0)))))
* 100,4)hitratio from v$sysstat;
  HITRATIO
----------
   37.0811
Now my database hit ratio is 37.08 Oracle recommands <90 hit ratio.
Please help me to increase the hit ratio.
Thanks in advance.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center