Hello,
I have a scenario where we are migrating from Oracle DB to Postgres Sql, i know i can generate a changelog from Oracle schema using liquibase maven plugin and can use the same to create my schema in Postgres. What i want to know is if its possible to copy the data from oracle to postgres too using liquibase. If so, how to do it.
Any help is much appreciated.