Two oracle database like DatabaseA
and DatabaseB
. Both are mirror database. Each database has 20 tables. DatabaseA
is pointing to old approach Spring batch and It is same as production. Spring batch was modified for design problem. New Spring batch application is pointing to DatabaseB
.
if I ran the same file both spring batch approaches, Both database should have same entries in table.
I need to compare all the table values are same in both approaches.
Is there any way to compare? Any tool to achieve this.?