Analysis of Deadlock
Hello all,
how r you?
just want to ask you... i have faced one problem that in database i have faced deadlock Ora:00060 error .... and i have checked the Trace file in which i get following statements....
Anyone can explain me , how to analyze the below statements, what is the meaning of each statement.....
and what is the solution to avoid same deadlock...
DEADLOCK DETECTED
Current SQL statement for this session:
UPDATE HSB_SEQUENCE SET CURRENT_SEQ_NUMBER = :B1
----- PL/SQL Call Stack -----
object line object
handle number name
1B7044C8 28 DITAS.HSB_LOG_OVERALL
1B3EB3E4 65 DITAS.SIDESTATUS_OVERALL
just want to ask you... i have faced one problem that in database i have faced deadlock Ora:00060 error .... and i have checked the Trace file in which i get following statements....
Anyone can explain me , how to analyze the below statements, what is the meaning of each statement.....
and what is the solution to avoid same deadlock...
DEADLOCK DETECTED
Current SQL statement for this session:
UPDATE HSB_SEQUENCE SET CURRENT_SEQ_NUMBER = :B1
----- PL/SQL Call Stack -----
object line object
handle number name
1B7044C8 28 DITAS.HSB_LOG_OVERALL
1B3EB3E4 65 DITAS.SIDESTATUS_OVERALL
0