Oracle Database 12c: Advanced Administration — Question 141

Which three methods can be used to create a pluggable database (PDB) in an existing multitenant container database (CDB)?

Answer options

Correct answer: A, B, C

Explanation

The correct answers A, B, and C are valid methods to create a PDB in a CDB. Option A utilizes the template PDB$SEED, option B employs the DBMS_PDB package for plugging in a non-CDB, and option C allows for cloning an existing PDB. Options D and E are incorrect as they describe methods that either do not pertain to creating a new PDB or involve older database versions not applicable in this context.