Oracle stage...

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
sagar deshmukh
Participant
Posts: 103
Joined: Fri Jan 18, 2008 12:55 am
Location: chennai

Oracle stage...

Post by sagar deshmukh »

Code: Select all

i am loading data into oracle tables and suppose the jobs gets aborted at 101st record...so does it means that it has insertred 100 records into the table..
and if so,....and if we dont want the job should commit any records if it gets aborted then what we need to do..
[/quote]
Katie09
Participant
Posts: 15
Joined: Sun Jan 11, 2009 5:45 pm
Location: Sheffield

Post by Katie09 »

i am loading data into oracle tables and suppose the jobs gets aborted at 101st record...so does it means that it has insertred 100 records into the table..
and if so,....and if we dont want the job should commit any records if it gets aborted then what we need to do


Hi..

It depends on the commit interval. If you set it less, you transaction will be completed and database will have parital results..
However it is having issues with performance as if commit interval is less, data will be written to db and i/o will increase.
Post Reply