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

Home -> Community -> Usenet -> c.d.o.server -> Re: Dictionary Cache Size Formula ???

Re: Dictionary Cache Size Formula ???

From: DA Morgan <damorgan_at_exxesolutions.com>
Date: Thu, 20 Mar 2003 08:56:59 -0800
Message-ID: <3E79F2DB.CE3B6272@exxesolutions.com>


Ibrahim DOGAN wrote:

> We have very low dict. cache hit ratio, around 80%.
>
> Dict cache size is 6M and shared pool is 237MB.
>
> I have no clue about the internal formula Oracle applies to 'shared
> pool' to set dict cache size but even if we double the shared pool,
> dict cache size doesn't budge much (7-8M) and we still get very low
> dict cache hit ratio?
>
> Any workaround to directly increase the size of dict cache?
>
> Thanks in advance
> i.d.

What version of Oracle?

But run this SQL:

SELECT *
FROM v_$sgastat
WHERE name LIKE 'dict%';

Daniel Morgan Received on Thu Mar 20 2003 - 10:56:59 CST

Original text of this message

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