difference between update actions in OCI & ODBC

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
venkat n
Participant
Posts: 29
Joined: Fri Mar 18, 2005 3:28 am

difference between update actions in OCI & ODBC

Post by venkat n »

Acually I want the main difference between replace all the rows with existing rows and clear rows and inserting new rows
what is the b/g process in these two update actions?
Why they are used two things for smae action?
Why the ODBC stage update actions are different , OCI stage update actions are different ?
both are doing same thing why those update actions are different ?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

This has been discussed many times. Searching the forum will answer your question. So will consulting the on-line help for the stage types in question.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

We prefer to avoid the "double action" methods replace (= delete then insert), insert or update, update or insert; for performance reasons.
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