nerdexam
SAP

E_S4CON_2505 · Question #24

During a DMO procedure with SUM, after which phase is the repository first available on the target database? Please choose the correct answer.

The correct answer is A. Uptime migration (EU_CLONE_MIG_UT_RUN). DMO with SUM: Repository Availability on Target Database During DMO with SUM, the shadow repository is first built and distributed entirely within the source system - phases EU_IMPORT\ (D) and PARDIST_SHD (B) import and activate new ABAP objects in a shadow schema on the source…

Database Migration Option (DMO) of SUM

Question

During a DMO procedure with SUM, after which phase is the repository first available on the target database? Please choose the correct answer.

Options

  • AUptime migration (EU_CLONE_MIG_UT_RUN)
  • BParallel distribution (PARDIST_SHD)
  • CDowntime migration (EU_CLONE_MIG_DT_RUN)
  • DShadow repository creation (EU_IMPORT*)

How the community answered

(19 responses)
  • A
    79% (15)
  • B
    11% (2)
  • C
    5% (1)
  • D
    5% (1)

Explanation

DMO with SUM: Repository Availability on Target Database

During DMO with SUM, the shadow repository is first built and distributed entirely within the source system - phases EU_IMPORT* (D) and PARDIST_SHD (B) import and activate new ABAP objects in a shadow schema on the source database, so the target has nothing yet. The Uptime Migration phase (EU_CLONE_MIG_UT_RUN) is when tables - including the repository tables - are cloned/migrated to the target database while the source system remains online, making the repository first available on the target after this phase completes. Option C (Downtime Migration) is wrong because it occurs after the uptime phase, meaning the repository is already present on the target before downtime begins.

Memory tip: Think of the sequence as Build → Distribute → Move → Finish. The repository only "crosses over" to the target during the Uptime migration - "Uptime = Unlock the target."

Topics

#DMO procedure#shadow repository#target database#uptime migration

Community Discussion

No community discussion yet for this question.

Full E_S4CON_2505 Practice