Oracle Database Administration II — Question 169
Which three are true about Data Pump in an Oracle multitenant environment? (Choose three.)
Answer options
- A. It can be used to clone a CDB.
- B. It can be used to transport data from a PDB to a non-CDB.
- C. It can be used to transport data between PDBs.
- D. It can be used to create a new PDB.
- E. It can be used to transport data from a non-CDB to a PDB.
Correct answer: B, C, E
Explanation
The correct answers are B, C, and E because Data Pump can indeed transport data from a PDB to a non-CDB, facilitate data transfers between PDBs, and move data from a non-CDB to a PDB. However, it cannot be used to clone a CDB or create a new PDB, which makes options A and D incorrect.