Inserting / Updating Oracle table...

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
allavivek
Premium Member
Premium Member
Posts: 211
Joined: Sat May 01, 2010 5:07 pm

Inserting / Updating Oracle table...

Post by allavivek »

Hi All,

A doubt came accross my mind ..

Can we update/insert same table at a time in a job using different links..

Like below..database is oracle..


...............transfromer--------------TABLE(insert)
|
TABLE(insert)

and what about locking mechanism of table when used??

Thank you...
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

yes if you can make sure that you are not updating the same record, you are inserting from other link.
Post Reply