Skip to Main Content

SQL Developer

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 diff table data and generate script?

PaavoJul 10 2014 — edited Jul 11 2014

How to diff data between 2 tables (in different schemas) which have identical structure with the CART functionality?

Now both database diff and CART diff functionality shows only differences between the DDL.

Also is it possible to generate script to replicate changes so that after executing the changes to destination table, it is identical with the source?

I am using

Java(TM) Platform1.7.0_55
Oracle IDE4.0.2.15.21

I am already able to use cart to generate script which drops, ddl + sqlldr table from scratch, but this is pretty heavy operation and I would like to see script which e.g. updates only and inserts so that optionally sequence is momentarily disabled (sort of identity insert on).

This type of functionality would be good because it is very time consuming to make update-sql by hand and keep that updated when the ddls change.

/rgrds Paavo

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 8 2014
Added on Jul 10 2014
2 comments
1,221 views