OWB Insert and update a same table
628810Oct 2 2008 — edited Oct 3 2008Hi,
I want to load the delta (difference records) in target table . The target table will have ID,address,startdate,end_date and active_y_N . If the record(ID) is already there in target and address is changed then i have to make its as N ,assign end_date as sysdate (update) to that record and add oner more record for same id with startdate,Y and no end date.
Else if it is a new record , i have to insert it in target table with Y,startdate and no end date. Please let me know how to implement in owb.