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.
mongoexport
Your email address will not be published. Required fields are marked *
Save my name, email, and website in this browser for the next time I comment.
Δ
Please enable JavaScript in your browser to view the content
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.
mongoexportoption and export to a csv. MongoDB Manual 2.2Josselin Joly