PROFESSIONAL-CLOUD-DATABASE-ENGINEER · Question #95
Your company is migrating all legacy applications to Google Cloud. All on-premises applications are using legacy Oracle 12c databases with Oracle Real Application Cluster (RAC) for high availability (
The correct answer is D. Migrate the databases to Bare Metal Solution for Oracle.. Bare Metal Solution for Oracle is the correct choice when migrating Oracle workloads that use Oracle RAC and Data Guard, as it provides dedicated hardware that supports running Oracle software natively with minimal code changes.
Question
Your company is migrating all legacy applications to Google Cloud. All on-premises applications are using legacy Oracle 12c databases with Oracle Real Application Cluster (RAC) for high availability (HA) and Oracle Data Guard for disaster recovery. You need a solution that requires minimal code changes, provides the same high availability you have today on-premises, and supports a low latency network for migrated legacy applications. What should you do?
Options
- AMigrate the databases to Cloud Spanner.
- BMigrate the databases to Cloud SQL, and enable a standby database.
- CMigrate the databases to Compute Engine using regional persistent disks.
- DMigrate the databases to Bare Metal Solution for Oracle.
How the community answered
(26 responses)- A8% (2)
- B15% (4)
- C27% (7)
- D50% (13)
Why each option
Bare Metal Solution for Oracle is the correct choice when migrating Oracle workloads that use Oracle RAC and Data Guard, as it provides dedicated hardware that supports running Oracle software natively with minimal code changes.
Cloud Spanner uses a different data model and API, requiring substantial application code changes to migrate from Oracle.
Cloud SQL does not support Oracle as a database engine, so migrating Oracle databases to Cloud SQL would require a full engine migration and significant code changes.
Running Oracle on Compute Engine with regional persistent disks does not natively support Oracle RAC clustering, which requires specific networking and storage configurations only available on bare metal hardware.
Bare Metal Solution provides dedicated physical servers certified for Oracle Database, allowing Oracle RAC and Oracle Data Guard to run exactly as they do on-premises. This satisfies the requirement for minimal code changes, equivalent high availability, and low-latency network access for co-located legacy applications without re-platforming to a different database engine.
Concept tested: Bare Metal Solution for Oracle RAC and Data Guard workloads
Source: https://cloud.google.com/bare-metal/docs/bms-setup
Topics
Community Discussion
No community discussion yet for this question.