Skip to main content
Solved

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

  • February 8, 2022
  • 1 reply
  • 78 views

Drew Kreiger
Rock star
Forum|alt.badge.img
  • Senior Community Builder at StreamSets
  • 95 replies

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

Best answer by Drew Kreiger

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.


 

View original
Did this topic help you find an answer to your question?

1 reply

Drew Kreiger
Rock star
Forum|alt.badge.img
  • Author
  • Senior Community Builder at StreamSets
  • 95 replies
  • Answer
  • February 8, 2022

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