On Premise Physical Oracle DB replace MongoDB with Micro Service Architecture
Oracle 19c
Hi,
Currently we have physical RAC Oracle servers at 19c but not the Multi-tenant architecture, we have 5 schema and some application are running on this DB.
On the other hand we have Mongo DB with Micro services running on it, we want to decommission and move for now to existing RAC oracle (OCI will be future thought) as a first step I need to move to Oracle.
Now Mongo has its own DB for each micro services with repeating data across all services. If I need to bring same functionality with Oracle. I need to create multiple schemas and create a lot of duplicate tables and data to serve Lift and Shift of individual microservices.