- This topic has 1 reply, 2 voices, and was last updated September 28, 2017 by Sean M.
Data migration from Oracle to MongoDB.?
You must be logged in to create new topics.
Click here to login
Data migration from Oracle to MongoDB.?
I am trying to migrate data from Oracle to Mongo. Can you suggest best approach to achieve this? My preliminary approach was to fetch data from Oracle and write to a .json file and feed it to Mongo db import. But by doing so, performance will be significantly reduced since there could be thousands of records. So is there a standard way already available to perform such migration in Java.
Suggest reaching out to experts on Oracle and MongoDB forums. Zerto could be a part of this by using ZVR to clone a protected Oracle system and then copying data from the clone, which would mitigate a majority of the performance impact in production (other than the final data copy), but otherwise is not an in-system data record migration tool.