Applies to: Version: 11.2.0.1 - Release: 11.2 applies to any platform.
Symptoms "SELECT FOR UPDATE OF" Hangs in 11.2.0.1.
SQL:
SELECT table1.rowid
FROM table1 JOIN table2 t2 ON table1.id = t2.id
FOR UPDATE OF table1.text1,table1.text2;
Cause
Bug 9278351 "SELECT FOR UPDATE OF" HANGS IN 11.2.0.1
Base Bug 9294110 LEFT OUTER JOIN WITH FOR UPDATE CLAUSE HANGS FOREVER
The 10046 trace shows high 'cursor: pin S wait on X':
Solution
Apply Patch 9294110.
happy reading
Jaffar
No comments:
Post a Comment