Migrer MongoDB vers Oracle

par

dans

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.

Commentaires

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

Translate »