while updating in oracle table fatal error

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
prams
Participant
Posts: 73
Joined: Mon Apr 02, 2007 11:26 pm

while updating in oracle table fatal error

Post by prams »

Hi All

i have a requirement like status_id need to update if as_of_date is already exits in the the table.

For this i am taking the as of date from source and loopup with target table with lookup stage and then if already that date exits then i am passing the status value for update query in oracle.

the fatal error like this below

main_program: Fatal Error: Destination "inputData.STATUS_ID" is already bound.

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

Post by mahadev.v »

Are you changing the metadata of the field "inputData.STATUS_ID" in the job with the RCP on? If yes switch off RCP in the stage where you have modified the field and run the job.
"given enough eyeballs, all bugs are shallow" - Eric S. Raymond
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

probably because the lookup reference source and target is same.

the lookup type is normal or sparse?

try sparse lookup
Post Reply