job abort:Unable to initialize the Direct Path Context

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
vijaynaidu
Participant
Posts: 7
Joined: Wed Aug 09, 2006 4:24 am

job abort:Unable to initialize the Direct Path Context

Post by vijaynaidu »

Hi all,

Pleae help in this issue...

xfmjobname: Internal Error: Unable to initialize the Direct Path Context
ORA-00604: error occurred at recursive SQL level 1
ORA-00054: resource busy and acquire with NOWAIT specified

please provide information regarding this......

Thanks in advance....
mahadev.v
Participant
Posts: 111
Joined: Tue May 06, 2008 5:29 am
Location: Bangalore

Post by mahadev.v »

Whats your job design? Are you trying to load a table or read from one? Looks like there is a lock on what every you are trying to access, and the job failed because of that. Post your job design and also is "xfmjobname" a database stage?
"given enough eyeballs, all bugs are shallow" - Eric S. Raymond
srinagesh
Participant
Posts: 125
Joined: Mon Jul 25, 2005 7:03 am

Post by srinagesh »

Code: Select all

ORA-00054: resource busy and acquire with NOWAIT specified 
Suggests that this is a Oracle Database issue. Probably some kind of lock on the Table.
vijaynaidu
Participant
Posts: 7
Joined: Wed Aug 09, 2006 4:24 am

resolved

Post by vijaynaidu »

Issue resolved....

Tried killing the job.... thereafter tried for running the jobs thrice....it was successfull now.....


thanks for quick response...........
Post Reply