Page 1 of 1

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

Posted: Sun Jun 11, 2023 3:51 pm
by answerhappygod
Identify three valid options for adding a pluggable database (PDB) to an existing multitenant container database (CDB). (Choose three.)

A. Use the CREATE PLUGGABLE DATABASE statement to create a PDB using the files from the SEED.
B. Use the CREATE DATABASE . . . ENABLE PLUGGABLE DATABASE statement to provision a PDB by copying file from the SEED.
C. Use the DBMS_PDB package to clone an existing PDB.
D. Use the DBMS_PDB package to plug an Oracle 12c non-CDB database into an existing CDB. E. Use the DBMS_PDB package to plug an Oracle 11 g Release 2 (11.2.0.3.0) non-CDB database into an existing CDB.