Regarding best option to load to oracle database

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
dsdev_123
Participant
Posts: 25
Joined: Tue Oct 09, 2007 9:13 pm

Regarding best option to load to oracle database

Post by dsdev_123 »

Hello

I have a requirement like i have a huge file with 10 million records and i need to load the data to oracle table. We are using Parallel Edition on unix AIX box. Which option would be the best.I also have a requirement where if the job aborts in the middle of loading i need to rollback on what ever records got inserted/updated.

Appreciate your help

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

Post by Sainath.Srinivasan »

Not enough info.

It is like asking "how fast can a person with two legs run?"

Try it with a sample and tune variables.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Well... your rollback requirement means no direct path bulk loads. So you'll need to stick with conventional loads but we'd need more information to give better advice - always inserts? A mixture of inserts / updates? If a mixture, any idea about the ratio?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply