Re: library cache get hit ratio

  • From: Thomas Roach <troach@xxxxxxxxx>
  • To: Brian.Zelli@xxxxxxxxxxxxxxx
  • Date: Thu, 2 Dec 2010 14:56:47 -0500

It really depends.

Do you have a large amount of SQL statements where the only difference is
the values in the where clause? If so, look at bind variables or setting the
cursor_sharing parameter if you can't change the code.

If there are many SQL statements that are run (and many run more than once),
then increasing the shared pool size can help if it is too small.

If there are just a bunch of ad-hoc queries that are run once, then you are
going to have a lower hit ratio.

These are just a few examples.

It all really just depends on your workload really.

On Thu, Dec 2, 2010 at 2:45 PM, Zelli, Brian <Brian.Zelli@xxxxxxxxxxxxxxx>wrote:

>  I am seeing my lib cache get hit ratio at 60-70%.  What I read says it
> should be above 90%. It says if it is low to increase shared pool size.  I
> doubled it and still see no difference.
> Anything else to change?
>
> It also says to improve the efficiency of the app code but the developers
> are using a tool that creates the app and are clueless as to what's under
> the hood.
>
>
> ciao,
>
> Brian
>
>
>
>
> This email message may contain legally privileged and/or confidential
> information. If you are not the intended recipient(s), or the employee or
> agent responsible for the delivery of this message to the intended
> recipient(s), you are hereby notified that any disclosure, copying,
> distribution, or use of this email message is prohibited. If you have
> received this message in error, please notify the sender immediately by
> e-mail and delete this email message from your computer. Thank you.




-- 
Thomas Roach
813-404-6066
troach@xxxxxxxxx

Other related posts: