Loading issue in Partition table

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
vinodhraj
Participant
Posts: 53
Joined: Mon Sep 12, 2005 6:51 am

Loading issue in Partition table

Post by vinodhraj »

Hi,

I am facing performance issue in loading data from sequentail file to partitioned table (Oracle EE stage) . The same file while loading through SQLLDR finishes in 1 min but takes 45 min when loading through datastage.
No of records in file: 350

There is no indexes in the target table and constraints were disabled in Oracle EE stage.

Please help me in this regard.

Thanks
Vinod
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Run in a single node config and check the ctl file.
vinodhraj
Participant
Posts: 53
Joined: Mon Sep 12, 2005 6:51 am

Post by vinodhraj »

Changed the node as 1 and executed. Again same problem.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Details, please, especially the options you are using in your target stage so we have some idea exactly what kind of 'load' it is doing.
-craig

"You can never have too many knives" -- Logan Nine Fingers
vinodhraj
Participant
Posts: 53
Joined: Mon Sep 12, 2005 6:51 am

Post by vinodhraj »

Thanks team. I have reset the ORACLE LOAD OPTIONS, with DIRECT=FALSE, then it worked out.
Post Reply