Database Tuning (MOSC)

MOSC Banner

library pin waits on the top 5

edited May 21, 2010 7:26AM in Database Tuning (MOSC) 10 commentsAnswered

   Hello all,

We are having issue with the database specially with waits for library cache pin and latch free waits (DB versio 9.2.0.8).

We found a statement that is not sharing the cursor so, following note 296377.1 we found that the reason why the cursors is not shared is AUTH_CHECK_MISMATCH and LANGUAGE_MISMATCH, resuming:

 select * from v$sql_shared_cursor where kglhdpar = 'C0000001314E7D38'

ADDRESSKGLHDPARAUTH_CHECK_MISMATCHLANGUAGE_MISMATCH
C0000001314E7478C0000001314E7D38NN
C00000013D13D9C0C0000001314E7D38YY

 

This is a statement that does a select to a VIEW. The view contains information from several tables.

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