Solved

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

  • 8 February 2022
  • 1 reply
  • 72 views

Userlevel 5
Badge

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

icon

Best answer by Drew Kreiger 8 February 2022, 22:09

View original

1 reply

Userlevel 5
Badge

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