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.