Hi,
I am trying to update a table in an error logging routine that uses PRAGMA AUTONOMOUS_TRANSACTION.
The procedure which calls this function is run in a multi-threaded mode.(2 programs run simultaneously)
When I try to update this table, I get the error
"ORA - 00060: deadlock detected while waiting for resource".
The row that is being updated in the 2 programs is different. So is it because of a table level lock ??
Could anyone help me to resolve this error? If more info. is needed, pl. let me know..
Thanks
Mahesh
I am trying to update a table in an error logging routine that uses PRAGMA AUTONOMOUS_TRANSACTION.
The procedure which calls this function is run in a multi-threaded mode.(2 programs run simultaneously)
When I try to update this table, I get the error
"ORA - 00060: deadlock detected while waiting for resource".
The row that is being updated in the 2 programs is different. So is it because of a table level lock ??
Could anyone help me to resolve this error? If more info. is needed, pl. let me know..
Thanks
Mahesh