Oracle Enterprise 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
phanikumar
Participant
Posts: 60
Joined: Tue Sep 20, 2011 10:44 pm
Location: INDIA

Oracle Enterprise Stage

Post by phanikumar »

Hi All,

I just have a quick question in oracle enterprise stage in 7.5 where in I am trying to write data to a table. My question is how does stage peforms the commit on the table. Can I do a rollback once the table has been loaded.

Regards

Kumar
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

From what I recall, there are a couple of $APT variables that control the commit level, either by time or row count. I don't recall a discrete option in the stage itself. Of course it depends on if you are doing a "Load" or not as no commits are done and there's no rolling back when you use sqlldr.

"Once the table has been loaded" implies commited data to me and in that case there's no rollback as that applies only to uncommited rows.
-craig

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