Medium1 markMultiple Choice
Domain 4.3: Design migrationsDomain 4MigrationsDatabase MigrationOracle

AZ-305 · Question 48 · Domain 4.3: Design migrations

You are planning to migrate a 5 TB on-premises Oracle database to Azure Database for PostgreSQL.

The business requires that the migration process causes no more than 15 minutes of downtime for the application.

Which TWO components are required to achieve this near-zero downtime migration? (Select TWO)

Answer options:

A.

Azure Database Migration Service (DMS) configured for Online migration.

B.

SQL Server Migration Assistant (SSMA) for Oracle (or Ora2Pg) for schema conversion.

C.

Azure Database Migration Service (DMS) configured for Offline migration.

D.

Azure Data Box

E.

Azure Site Recovery

How to approach this question

Identify the need for schema conversion (heterogeneous migration) and continuous data sync (Online migration for near-zero downtime).

Full Answer

Migrating from Oracle to PostgreSQL is a heterogeneous migration. First, you must convert the schema (tables, views, stored procedures) using a tool like SSMA for Oracle or Ora2Pg. Second, to meet the 15-minute downtime requirement for a 5 TB database, you must use Azure Database Migration Service (DMS) in 'Online' mode. Online mode performs an initial load and then continuously replicates changes (CDC) from Oracle to PostgreSQL. When you are ready, you stop the application, let the final few transactions sync, and cut over to Azure within minutes.

Common mistakes

Selecting Offline migration. Copying 5 TB over a network offline will take hours or days, causing massive downtime.

Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 1

55 questions · hints · full answers · grading

More questions from this exam