Migartion of data from oracle DB to postgreSQL DB
I have a requirement to migrate data from AWS RDS Oracle DB instance to on-prem PostgreSQL DB,
I have manually created DB tables in PostgreSQL (replica of Oracle tables) now I’m trying to load the data, the approach I’m using is:
Migartion of data from oracle DB to postgreSQL DB
I have a requirement to migrate data from AWS RDS Oracle DB instance to on-prem PostgreSQL DB,
I have manually created DB tables in PostgreSQL (replica of Oracle tables) now I’m trying to load the data, the approach I’m using is: