Rows PerTransaction option

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
arshi
Participant
Posts: 50
Joined: Wed Apr 18, 2007 5:12 am

Rows PerTransaction option

Post by arshi »

Hi,

What number we need to put in OCI stage under Transaction Handling- Row Per Transaction Option.

At present we put zero as Row Per Transaction.We can put any number or is there any process for this.

Any one have an idea please suggest me on this.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Read the Help when you are in this screen. This property governs how often you want to send COMMIT commands to the database server. A value of 0 means not to send a COMMIT until all rows have been sent - this is the safest for recovery, but can mean that the database server may need to handle large transaction sizes.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

'Any number' up to 99999, from what I recall. If you still are unclear on the concept, have a chat with your friendly neighborhood DBA.
-craig

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