Mongodb to Oracle replication

Dear experts ,

We would like to know the solution for replicating the data from MongoDB to Oracle Database .

We could see some solution for Oracle to MongoDB , Is there any option for Mongo to Oracle ?

Thanks
Arun

Hi @ATPANDIYAN_A ,

I am not aware of any specific tool to do so explicitly but I guess using 2 kafka connectors should do the job.

One will read data and apply changes to a queue from MongoDB as a source and the other job will read/transform and write data to Oracle as a sink

I bet confluent cloud has those as services

Thanks
Pavel

Through using the Confluent Oracle CDC connector, you can replicate Oracle to MongoDB.

1 Like