Oracle Database 12c: Advanced Administration — Question 55
Database? (Choose two.)
Answer options
- A. use the CREATE PLUGGABLE DATABASE command across a database link from CDB$ROOT to the non-CDB.
- B. Use Data Pump to export the non-CDB and import it into a newly created, empty PDB.
- C. Use only the DBMS_PDB package.
- D. Use the CREATE DATABASE command with an XML file created by executing DBMS_PDB in the non-CDB.
- E. Use only the DUPLICATE DATABASE command.
Correct answer: A, C
Explanation
The correct answers A and C are valid methods for creating a pluggable database. Option A allows for the creation of a PDB through a database link, while C specifies that the DBMS_PDB package is the only tool needed. Options B, D, and E are not applicable for this task as they describe different processes that do not align with the requirements for creating a PDB from a non-CDB.