Problem with Oracle Load

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
Raftsman
Premium Member
Premium Member
Posts: 335
Joined: Thu May 26, 2005 8:56 am
Location: Ottawa, Canada

Problem with Oracle Load

Post by Raftsman »

We are encountering a weird issue with the Oracle Load option in the Oracle EE stage. If we use this option with Sequential Files or Datasets as input, the LOAD option works. It we use an Oracle EE stage as input and an Oracle EE stage as output, no data get loaded. The log shows the number of records being exported but after reviewing the XXXX.ora file, no records are written and no error produced.

I opened a PMR with IBM and they produced a patch but it still doesn't work. Has anyone else encountered this issue and if so, did you find a solution.

If we use the upsert, everything is fine. In some cases, we would like to use the LOAD.

Thanks in advance.
Jim Stewart
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Do you know what the patch addressed - that would be where I'd start looking.
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

Have you tried DIRECT=FALSE option?
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
Raftsman
Premium Member
Premium Member
Posts: 335
Joined: Thu May 26, 2005 8:56 am
Location: Ottawa, Canada

Post by Raftsman »

Yes, tried a number of different options. Even tried it on version 8.0.1. We have both versions. Still trying to determine why. What's very strange is, I can't find the ctl file or the fifo.out file.
Jim Stewart
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Did you try including a copy stage with force option or probably a transformer ?
siauchun84
Participant
Posts: 63
Joined: Mon Oct 20, 2008 12:01 am
Location: Malaysia

Post by siauchun84 »

Is there any Reference available in your target table?
Have you tried to load those records to a temp table?
Post Reply