This Tool compares Oracle vs postgres data. This will be an ideal tool for data validation post Database migration. Either Aurora Postgres to Oracle or Oracle to Posgres/Aurora
Postgres and Oracle Table Data Comparator Steps to Use :
- Create a DB user on both Oracle and Postgres with read only access to required tables.
- Add 2 files with Oracle and PG database details and a file with AWS cognito detials for login acesss.(The handler.go can be modified to skip AWS cognito login process).
- Add env variables with file path of step2, PG env var nae -pgsecret,Ora env var name - orasecret, App env var name - appconfig
- Add the Query to compare in the CompQuery.json file.
- Run the Binary and aceess the application URL to view and compare tables.
Contact gppatel.lucky@gmail.com in case of any questions.