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!

how to avoid updating rows that have not changed?

487441Jan 24 2007 — edited Jan 25 2007
Hi,
I am newbie to OWB.
In my project, most data sources tables don't have reliable timestamp like 'last_update_date' to indicate row changes. So I have to compare the columns in a row to determine if there is a change. If there is no change, I don't want update the row in the target table.
In OWB 10.2, I used "INSERT UPDATE", row-based to update target table. It looks to me that
OWB update all the rows without checking values of columns. When the table is big, it is really time consuming.
In OWB, what's the best way to avoid updating rows that have not actually changed?
Regards,

Haijun
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 22 2007
Added on Jan 24 2007
3 comments
1,678 views