problem with paralle direct 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
mehimadri123
Participant
Posts: 4
Joined: Mon Oct 20, 2008 12:39 am

problem with paralle direct load

Post by mehimadri123 »

Hello,

I am facing a problem while loading data with oracle enterprise stage using parallel direct load method.

I have indexes created on that table, and am using the index mode as rebuild. The problem is with a column with data type decimal(6,3).

while loading from source it is ok, but while loading into target it makes the column 0 for some values.

For instance, for input value 11 for that column, the value loaded into target is 11. But for input value 1 for that column, the value loaded is 0.

any help!!
us1aslam1us
Charter Member
Charter Member
Posts: 822
Joined: Sat Sep 17, 2005 5:25 pm
Location: USA

Post by us1aslam1us »

Did you try using peek or flat file as output to test? I really doubt that there might be some tranformations which is causing this issue. Share you Job Design...
I haven't failed, I've found 10,000 ways that don't work.
Thomas Alva Edison(1847-1931)
Post Reply