Page 1 of 1

ORA-00060 Deadlock

Posted: Thu Jan 14, 2010 11:19 am
by chaks
hi i am getting this error while i am trying to insert records in to Oracle Enterprise usinfg auto generated insert then update.

Unable to use a record for update due to ORA-00060: deadlock detected while waiting for resource

Posted: Thu Jan 14, 2010 3:20 pm
by edison
remove oracle table and put peek and run.

Posted: Thu Jan 14, 2010 3:50 pm
by ray.wurlod
I'm pretty sure that what was meant there was to remove the Oracle stage.

Think about possible causes of deadlock. Might the same key be arriving from more than one partition? Are you trying to insert into the same table as one from which you are selecting?

Posted: Thu Jan 14, 2010 5:38 pm
by Sainath.Srinivasan
Try running in single node.

Posted: Thu Jan 14, 2010 5:55 pm
by chulett
This topic would be a great conversation starter for your DBA. :wink: