You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloud-architecture/custom-apps-and-consolidation/db-migration/db-migration-examples/files/oracle-database-migration-to-base-database-service-an-example-migration.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -481,11 +481,17 @@ Customer is responsible for setting the access rules to services and environment
481
481
482
482
### Physical Architecture
483
483
484
-

484
+
<figure>
485
+
<img src="images/oracle-database-migration-to-base-database-service-an-example-migration-2NODEDB_DRwithinRegion.png" title="Production Deployment Diagram – Multi-AD with near DR Design Diagram"/>
486
+
<figcaption>Production Deployment Diagram – Multi-AD with near DR Design Diagram</figcaption>
487
+
</figure>
485
488
486
489
For the production environment Oracle RAC database will be deployed to ensure High Availability in Single AD with a Disaster Recovery across Availability Domain using Dataguard.
487
490
488
-

For the non-production environment, a single Oracle database node will be deployed. Automatic Backup stored in the Oracle Cloud Infrastructure Object Storage will be enabled to ensure database recovery in case of failure.
491
497
@@ -553,7 +559,10 @@ A Data Guard configuration consists of one production database and one or more s
553
559
A Data Guard configuration contains one production database, also referred to as the primary database, that functions in the primary role. This is the database that is accessed by most of your applications. On the other hand, a standby database is a transactionally consistent copy of the primary database. Once created, Data Guard automatically maintains the standby database by transmitting redo data from the primary database and then applying the redo to the standby database.
554
560
Like a primary database, a standby database can be either a single-instance Oracle database or an Oracle Real Application Clusters database.
0 commit comments