Database - RAC/Scalability (MOSC)

MOSC Banner

huge Dictionary Cache/Miss Ratio count

edited Oct 26, 2018 3:00AM in Database - RAC/Scalability (MOSC) 5 commentsAnswered

Hello Experts,

We have 10g standalone database running on 11g RAC environment.Since yesterday we have been observing that there are huge Dictionary Cache/Miss Ratio.

SELECT 'Dictionary Cache', TO_CHAR(SUM(getmisses) / SUM(gets) * 100, '999') "Miss Ratio (%)" FROM V$ROWCACHE;

'DICTIONARYCACHE Miss

---------------- ----

Dictionary Cache  150

select ((1-(Sum(GetMisses) / (Sum(Gets) + Sum(getMisses)))) * 100) "Hit Rate" from v$Rowcache where Gets + GetMisses <> 0;

  Hit Rate

----------

  1. 42.7937522

sga_max_size big integer 2512M

sga_target big integer 2512M

We have not done any recent changes to this database and We could not find any abnormalities from the alert log file and other other traces.Can you please let me know the rason for this and how to overcome this in furture.

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