Data Migration from Oracle to Mongo DB

空扰寡人 提交于 2019-12-08 05:39:52

问题


I am currently doing a POC for my project to see if I can migrate to MongoDB from Oracle . My Oracle structure is currently flat ( Single table with no relational tables with a few columns and a CLOB ) .

I have about 10 lac records and want to migrate this to Mongo to analyse the performance of my retrievals/ other queries that exist currently .

I could write some custom script to move this from Oracle to Mongo but i was wondering if there are any free tools out there which could help me move all the rows from oracle and store it as json documents in mongo ( Column name : data ) .

So are there any tools out there which could help me out ??

P.S : I did see pelica migrator but it supports only ten documents in the trial version :(

Thank you


回答1:


Have you tried "MongoImport" tool?



来源:https://stackoverflow.com/questions/30318178/data-migration-from-oracle-to-mongo-db

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!