Table Change Detection - Databases [message #601247] |
Mon, 18 November 2013 22:33 |
saleh_binmasood
Messages: 30 Registered: October 2009
|
Member |
|
|
Good Day Guys,
We have a database A and B, we copied all the data of A to B few months ago. In other words A and B were similar few months ago. But, since then some tables in A has been updated by users where as B remained same with no changes.
Now my question is, i want to implement all changes made in some tables from A to B, what is the best option to find out the tables that has gone any sort of change(insert/update/delete) and apply that to database B ?
Thanks for you inputs
With Regards
-AS
|
|
|
|
|
|
|
Re: Table Change Detection - Databases [message #601832 is a reply to message #601247] |
Tue, 26 November 2013 04:39 |
saleh_binmasood
Messages: 30 Registered: October 2009
|
Member |
|
|
I really appreciate all the replies.
I tried the option of 'Database Diff' under Oracle SQL Developer. It gives the difference between the table structure eg. the table in database A used to have Varchar, but in database B it is Nvarchar. But it does not give me the number of changes in rows/data. I tried multiple times. If any one tried it please let me know guys.
Thanks
-AS
|
|
|
|
|
|
|
|
|