Page 2 of 2

Posted: Wed Jun 28, 2006 8:23 am
by chulett
Then it should be working fine... right?

Posted: Wed Jun 28, 2006 8:57 am
by pkomalla
Try to divide the updates and inserts in the transformer itself. Use Oracle stages two one for update and one for insert if you have inserts.

In transformer write constraints saying if ename=",.." and dept=.. then go to update stage or insert stage.

Posted: Thu Jun 29, 2006 12:36 am
by sb_akarmarkar
chulett wrote:Then it should be working fine... right? ...
Question is still there how to pass old DEPT and new DEPT to Update table where we have only one target table DEPT as in tarnsformer while mapping...

Thnaks,
Anupam

Posted: Thu Jun 29, 2006 12:56 am
by sb_akarmarkar
Now problem is solved i passed value of old dept to DEPT and new dept to dummy DEPT and modified update statement...

Thanks all,

Anupam