Which of the following is the recommended approach for migrating a large, mission-critical database from an on-premises Exadata system to Exadata Database Service with minimal downtime?
B . Using Data Guard for physical standby and switchover:
This method enables minimal downtime migration.
Steps:
Configure Data Guard to synchronize the standby database with the primary on-premises database.
Once synchronized, perform a switchover to make the standby the new primary.
Downtime is limited to the switchover duration.
This approach leverages real-time replication to minimize disruption.
Why the other options are incorrect:
A . Export/Import with Data Pump: Too time-consuming for large databases.
C . Full backup and restore: High downtime due to the time required for data transfer and restoration.
D . Copying via SQL Developer: Not feasible for mission-critical and large databases due to slow transfer speeds.
Oracle Data Guard Documentation: Minimal Downtime Migration
Currently there are no comments in this discussion, be the first to comment!