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

Home -> Community -> Mailing Lists -> Oracle-L -> library cache hit ratio > 100%

library cache hit ratio > 100%

From: James Howerton <jhowerton_at_uabmc.edu>
Date: Mon, 14 Mar 2005 14:47:05 -0600
Message-Id: <s235a400.056@uabmc.edu>


DBA's,

Has anyone seen library cache hit ratio > 100% ??? This is a very busy production database, it is usually < 97 % ( I don't tune by hit ratios I'm just curious).

SQL> select SUM(PINS)/(SUM(PINS)+SUM(RELOADS))*100

          from v$librarycache;   

Library Hit Ratio


      100.009799

1 row selected.

TIA
...JIM...
--

http://www.freelists.org/webpage/oracle-l Received on Mon Mar 14 2005 - 15:50:54 CST

Original text of this message

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