oracle enterprise stage load 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
gsym
Charter Member
Charter Member
Posts: 118
Joined: Thu Feb 02, 2006 3:05 pm

oracle enterprise stage load error

Post by gsym »

Hiii guys,

I tried to insert data into the oracle table using oracle enterprise stage. I used both Upsert and Load method. When I use the Upsert method the data gets loaded and the job runs fine but when I run the job using the Load method with index mode rebuild, the job dosen't abort but the data is not getting loaded. When i checked the director log,

"XXX": Index `SYSADM.xxx' on table `sysadm.xxx' has been rebuilt.

"xxx"; status: VALID.

where xxx is the table name

When i added a reject link, i can capture those records. Can anyone shed some light on this...or at least a way to approach this problem?
Last edited by gsym on Thu Jan 29, 2009 8:16 am, edited 1 time in total.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Moderator: please move to server forum
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
gsym
Charter Member
Charter Member
Posts: 118
Joined: Thu Feb 02, 2006 3:05 pm

It actually a parallel job

Post by gsym »

its actually a parallel job.
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

You mean to say that the target table is empty when you use LOAD method? No warnings?
Kandy
_________________
Try and Try again…You will succeed atlast!!
Post Reply