DEADLOCK DETECTED ( ORA-00060 ): Understand who is holding row level lock from the trace file
Attached the trace file with deadlock related info and exported row csv with the rows info mentioned in the trace file obtained from query. The exported rows in zip are in sequence matched with the Rows waited on mentioned in trace file.
From trace seems two session are involved in deadlock. I am unable to determine which exact row held by which exact session that caused the actual deadlock from the provided trace and exported row csv.
Need some guidance. Thanks