SQL Sharing Problem (STB_OBJECT_MISMATCH) [message #269299] |
Fri, 21 September 2007 09:56 |
hongfei.wang
Messages: 2 Registered: September 2007 Location: Canada
|
Junior Member |
|
|
I am doing SQL tuning on a 10g database; and I found a SQL sharing problem. I investigated it from v$sqlarea and v$sql_shared_cursor and found the following problem:
SQL_ID ADDRESS CHILD_ADDRESS CHILD_NUMBER U S O O S L S E B P
------------- ---------------- ---------------- ------------ - - - - - - - - - -
I S T A B D L T R I I R L I O S M U T N F A I T D L D B P C S R P T M B M R O P
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
M F L
- - -
at793ypzd07qc 00000005BC96DCA0 00000005BC12B5F8 826 N N N N N N N N N N
N N N N N N N N N N N N N N N N N N N N N N N N N N N N N N Y N N N N N N N N N
N N N
The cursor mismatched reason is STB_OBJECT_MISMATCH - STB object different (now exists). I don't understand it at all; and I don't even know what STB is. Does anybody has better idea? Thanks in advance.
|
|
|
|
|
|
|
|