-
-
sortie a faire
-
Migrer MongoDB vers Oracle
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
mongoexportoption 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.
- Use
-
Migrer Oracle vers MongoDB
Utiliser Pelica Migrator