I want to know how to migrate the data from my Oracle local database to PostgreSQL.
Solved
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.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.