Hi,
We are trying to update a particular row of table but update is waiting to have a lock(Mode=6) on this row and waiting forever.
Query Is :
Update s03_txn.T_TXN_DTL set TXD_CREATION_SEQ = 631064807 where TXD_TRANSACTION_DTL_ID =120056496;
But If we try to update the row using select for update nowait then getting below error :
ORA-00054 : resource busy and acquire with NOWAIT specified or timeout expired.
But no blocker has been found. Can anyone help on this to find what is real cause of the blocking.
Oracle Version is 11.2.0.3 and OS is AIX 6.1 and Production Environment.
Regards,
Dip