Oracle Cloud Infrastructure 2023 AI Foundations Associate — Question 22
Which four Oracle Data Pump impdp parameters should you use when migrating to Autonomous Database? (Choose four.)
Answer options
- A. REMAP_SCHEMA=%:SYSTEM
- B. TRANSFORM=DWCS_CVT_IOTS:Y
- C. TRANSFORM=SEGMENT_ATTRIBUTES:N
- D. TRANSPORTABLE=ALWAYS
- E. REMAP_TABLESPACE=%:DATA
- F. TRANSFORM=CONSTRAINT_USE_DEFAULT_INDEX:Y
Correct answer: B, C, E, F
Explanation
The correct parameters B, C, E, and F are specifically designed to facilitate the migration process by transforming data and managing schema and tablespace mappings effectively. Options A and D do not align with the requirements for Autonomous Database migrations, as they do not provide the necessary transformations or remapping needed for this context.