Rollbacking transactions

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
bala_135
Premium Member
Premium Member
Posts: 156
Joined: Fri Oct 28, 2005 1:00 am
Location: Melbourne,Australia

Rollbacking transactions

Post by bala_135 »

Hi,

Small clarification.
My understanding:If we issue two different DML statements into two different Oracle Connectors then ideally depending upon the commit interval which I set in each Oracle Connectors, the transactions will get commited even if the job fails. Correct me If i have misunderstood.

Thanks in advance.
Regards,
Bala.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Independent Connectors are independent of each other. Depending on the commit interval/rows, and the array size, records will be committed to the target database(s) as those threshholds are attained. If the stage aborts, then any uncommitted records should be rolled back. In each Connector independently.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply