Migrating from Oracle Content DB to MongoDB

Hi ,

For enterprise content management system Document database we are currently using Oracle ContentDB. Now we are thinking to use MongoDB. Can someone please give steps how to migrate it whole system from Oracle ContentDB to Mongodb. Thanks.

1 Like

Hi @Debasis_Sahu,

There is no magic tool that can best migrate your deployment and you will need to perform some extraction , transfer and load to MongoDB to leverage the document model concepts.

Please review the following:

Courses for SQL pros:

Best
Pavel

1 Like

also we need to know what shhould be the middleware if we use mongoDB for enterprise content management system Document database. Please help on this. Thanks.

Hi @Debasis_Sahu,

This also depends on software architecture and language.

Please read more in our Driver documentation
https://docs.mongodb.com/drivers/

Best
Pavel