Courseiva
Deployment and MigrationhardMultiple SelectObjective-mapped

DBS-C01 Deployment and Migration Practice Question

A company is migrating an on-premises Oracle database to Amazon RDS for Oracle. The migration uses AWS DMS with ongoing replication (CDC). Which TWO tasks must be completed before starting the migration?

⚠ Common exam trap

A common mix-up: candidates confuse Oracle's redo logging with MySQL's binary logging, leading them to incorrectly select 'Enable binary logging on the Oracle source' (Option E) instead of understanding that Oracle requires supplemental logging for CDC.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Enable supplemental logging in the Oracle source database

AWS DMS requires supplemental logging to be enabled on the Oracle source database for ongoing replication (CDC). Supplemental logging ensures that the redo logs contain sufficient information (e.g., primary key, unique key, or all column values) to reconstruct the changes for DMS to capture and apply to the target. Without it, DMS cannot generate the necessary log-based change data for CDC.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Enable supplemental logging in the Oracle source database

    Why this is correct

    Supplemental logging is required for DMS to capture changes.

  • Create an Oracle user with required privileges for DMS

    Why this is correct

    DMS needs a user with SELECT, LOGMINING, and other privileges.

  • Configure DMS to use only full load without CDC

    Why it's wrong here

    This would not meet the ongoing replication requirement.

  • Disable archive logging on the Oracle source

    Why it's wrong here

    Archive logging must be enabled for CDC.

  • Enable binary logging on the Oracle source

    Why it's wrong here

    Binary logging is for MySQL, not Oracle.

About these practice questions

One of 1,663 original DBS-C01 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DBS-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DBS-C01 exam.