Database Tuning (MOSC)

MOSC Banner

EVENT ( library cache: mutex X)

edited Sep 2, 2015 10:34AM in Database Tuning (MOSC) 6 commentsAnswered

Hello,

We obtain a high number of occurrences in Events on v$active_session_history on production database:

 

1xxy71vw3hv9x library cache: mutex X

54py9tr7vtuat library cache: mutex X

8vh4rhh77y7zw cursor: pin S

f6bdy52njy42d latch: cache buffers chains

f6bdy52njy42d cursor: pin S

 

And we need to reduce this events and study the impact for migrate to RAC the single instance database.

the query used to find mutex:

 

select * from (

select case when (kglhdadr = kglhdpar) then 'Parent' else 'Child '||kglobt09 end cursor,

kglhdadr ADDRESS, substr(kglnaobj,1,20) NAME, kglnahsh HASH_VALUE, kglobtyd TYPE,

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