Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> buffer cache hit ration calculation

buffer cache hit ration calculation

From: cosmin <cosmini_at_symresources.com>
Date: Thu, 23 Dec 1999 10:45:35 -0500
Message-ID: <u0P7BzVT$GA.220@cpmsnbbsa03>


hello all;

I am preparing for the OCP exam and I have a problem with the buffer cache hit ratio calculation:

  1. The OCP DBA Certif Exam Guide by Couchman (ISBN 0-07-882549-0) says on page 875,

cache hit ratio = (Physical Reads/(db block gets + consistent gets)) * 100

2) The Oracle8 Advanced Tuning and Administration by Aronoff, Loney, Sonawalla (ISBN 0-07-882534-2) says on page 45

cache hit ration = ((consistent gets + db block gets - physical gets)/(consistent gets + db block gets)) *100

which one is correct?

Thank you,

Cosmin Received on Thu Dec 23 1999 - 09:45:35 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US