Database Tuning (MOSC)

MOSC Banner

performance issue, sqlId with Waiting for event "cursor: mutex X" in wait class "Concurrency" & Wai

edited Nov 18, 2013 9:57PM in Database Tuning (MOSC) 2 commentsAnswered ✓
 we had an outage today and I captured following information. 
db version 11.1.0.7, os : sun solaris 10.

the attached is the OEM capture.


I then did following to find the bind variables, I had those results:


Name         Value Captured          DataType

:B1               10365                        varchar2(30)

:B1                07215                       varchar2(30)

:B1                68895

Then I did trace on those bind variables:


  1* SELECT VENDOR_ID FROM PO_VENDORS WHERE SEGMENT1='68895'

SQL> /



Execution Plan

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

Plan hash value: 844487607


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

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


| Id  | Operation                   | Name          | Rows  | Bytes | Cost (%CPU

)| Time     |


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

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


|   0 | SELECT STATEMENT            |               |     1 |    12 |     2   (0

)| 00:00:01 |


|   1 |  TABLE ACCESS BY INDEX ROWID| PO_VENDORS    |     1 |    12 |     2   (0

)| 00:00:01 |


|*  2 |   INDEX UNIQUE SCAN         | PO_VENDORS_U3 |     1 |       |     1   (0

)| 00:00:01 |


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

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



Predicate Information (identified by operation id):

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