Orabulk in Parallel

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
devanars
Premium Member
Premium Member
Posts: 99
Joined: Thu Nov 30, 2006 6:25 pm

Orabulk in Parallel

Post by devanars »

Hi

Dont we have orabulk stage in parallel jobs!

Is there any way to capture rejected records by using
write method = sqlloader but not upsert

Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Yes, it's called the Oracle Enterprise stage with load method = "Write". This invokes sqlldr "under the covers".

Once sqlldr is started DataStage no longer has control. You can process the log and bad files produced by sqlldr in DataStage once sqlldr finishes, but there is no mechanism to capture rejected records while sqlldr is running, exactly as there isn't when invoking sqlldr by any other mechanism.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply