Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OWB Insert and update a same table

628810Oct 2 2008 — edited Oct 3 2008
Hi,

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.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 31 2008
Added on Oct 2 2008
3 comments
584 views