Question

Which are the transformers for migrating data from Oracle to MongoDB?

  • 29 October 2019
  • 1 reply
  • 0 views

While migrating data from oracle to mongodb, I am trying to use JSON reader and writer. I need to know if instead of using json reader and writer both is there any simpler way to do this.


1 reply

Userlevel 1
Badge +18

You can use an oracle reader and a mongodb writer.

Reply