ORA-00060 dead lock detected,Oracle stage run sequentially

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
adasgupta123
Participant
Posts: 42
Joined: Fri Oct 20, 2006 1:58 am

ORA-00060 dead lock detected,Oracle stage run sequentially

Post by adasgupta123 »

Hi ,

I am having a job where a table is being updated in a Oracle connector stage.
The error the job is throwing :

ORA-00060 dead lock detected while waiting resource

The oracle connector stage is run in sequential mode and the array size is set 1 to avoid the duplicate delete key problem.Even after that the dead lock error is coming.No input row is used in the oracle stage to update the table .A hard coded sql statement is fired from the oracle connector.

Looking for you help.

Thanks and Regards

Avik Dasgupta
adi_2_chaos
Participant
Posts: 96
Joined: Fri Apr 17, 2009 5:58 am
Location: Delhi

Post by adi_2_chaos »

This looks more like an Oracle error to me. You may refer the following link
http://www.dba-oracle.com/t_parallel_dm ... tected.htm

You may try running the query separately on Oracle to confirm the same.

Regards
Sriram
SURA
Premium Member
Premium Member
Posts: 1229
Joined: Sat Jul 14, 2007 5:16 am
Location: Sydney

Post by SURA »

1. Is it the new job?

2. Happening regularly / random?

3. Only to this job or some other jobs too which is also doing the same approach to load?

To eliminate the Datastage issue, try it with ODBC and find what is happening!

DS User
kwwilliams
Participant
Posts: 437
Joined: Fri Oct 21, 2005 10:00 pm

Post by kwwilliams »

What is a
duplicate delete key problem
? And what does that have to do with your updates?
Post Reply