Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> 10g, blocking session is null when locking occurs on other node.

10g, blocking session is null when locking occurs on other node.

From: Fedock, John (KAM.RHQ) <John.Fedock_at_us.kline.com>
Date: Thu, 14 Apr 2005 10:04:03 -0400
Message-ID: <5042FDC675779848A113F70D54F58749065A25DE@KAMRICEXCLUS.us.kline.com>


I am testing a new 10g RAC (2 node) system on HP-UX. I am testing how to diagnose locking issues. On node 1, I update a table. In another session on node 1, I update the same table and this session waits as expected. In v$session I can see the enq TX wait and now in 10g I can even see the session that is causing the block (in the blocking_session column - very cool). If I open a session on node 2, and also update that same table (as on node 1), I can see the enq TX wait, but the blocking_session status is null and the blocking_session_status is 'GLOBAL'. It seems to me that the blocking_session is missing on this second node during an TX situation. When this situation occurs, I can easily see that a session is being blocked ... if it has status of GLOBAL, I can assume it is being blocked by a session on the other node, but I have no way of knowing what SID is causing the block.

Is this expected behaviour? I opened a TAR with Oracle and they could reproduce, but have not said if this was expected or not.

TIA. John

   John Fedock
   "K" Line America

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Apr 14 2005 - 10:11:22 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US