I'm curious about rollback process.

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
yowoseo
Participant
Posts: 2
Joined: Thu Mar 17, 2011 2:30 am
Location: KOREA

I'm curious about rollback process.

Post by yowoseo »

Hi all.

I'm a beginner about Datastage.

i'd like to delete parallel job with datastage version 7.5.2.

there are 2-ways to delete job.

one is write method=Load and using Close / Open command with user defined sql to delete.

the other is write method = delete.

My question is when the job kill after it started, how to process rollback?

i mean, there are different rollback process between 2-ways?

i think,

when i using user-defined sql, it still prcess the sql...

and method = delete can rollback automatically..

Am I right?

i'm using Oracle.
Have a nice day~
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Nope, it all depends on your commit level (i.e. how often you commit) and whether the job aborts or not. Only an Abort will result in a rollback and then only for any uncommitted records, this regardless of the delete method used.
-craig

"You can never have too many knives" -- Logan Nine Fingers
yowoseo
Participant
Posts: 2
Joined: Thu Mar 17, 2011 2:30 am
Location: KOREA

Post by yowoseo »

thank you so much~! :P :lol:
Have a nice day~
Post Reply