Skip to main content

I want to know how to migrate the data from my Oracle local database to PostgreSQL.

You would use the JDBC Multitable Consumer to read the data from your Oracle table and use the JDBC Producer destination to write data to Postgres.


 


Reply