Oracle Database 12c: Installation and Administration — Question 228

Identify three valid options for adding a pluggable database (PDB) to an existing multitenant container database (CDB).

Answer options

Correct answer: A, C, D

Explanation

Option A is correct because it directly uses the CREATE PLUGGABLE DATABASE statement with SEED files to create a PDB. Option C is also valid as it utilizes the DBMS_PDB package for cloning an existing PDB. Option D is correct as it describes plugging in an Oracle 12c non-CDB database. Options B and E are incorrect because B inaccurately describes the command needed to enable PDBs, and E pertains to an outdated version of Oracle that is not applicable in this context.