Questions tagged [database-comparison]

18 questions
0
votes
2 answers

DB2 Database Compare Tool

Does anyone know of a product similar to Red-Gate's SQL Compare that targets DB2? I am aware of DBDiff but need a tool that compares schema and stored procedures. Update: After some more google searching I will try using either UDB Workbench and DB…
Kane
  • 16,471
  • 11
  • 61
  • 86
-1
votes
2 answers

Compare two oracle tables of two different databases in java

I have 2 different databases. Actually the second database is with all the records that are identical to the first one. Mean when i create/delete/update any entry in the first database, then after a certain while it is visible in the second database…
Rio
  • 347
  • 3
  • 6
  • 20
-2
votes
1 answer

How to write Java code to read 2 queries from excel sheet and compare their DB records?

Please help with DB comparsion code in java. I have two queries to execute in same database and compare their records against each other.
1
2