Both are databases. But there are lot of differences as such. Oracle is RDBMS which is based on schema whereas MongoDB is schema-less.
I would do this by this way.

  • Use mongoexport option and export to a csv. MongoDB Manual 2.2
  • Either use tools like SQLLoader or write a PL/SQL block to import the data to Oracle.
Migrer Oracle vers MongoDB
Optimisation table - stockage - 2 procs stock

Leave a Comment

Your email address will not be published. Required fields are marked *