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

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

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

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.



Leave a Reply 2

Your email address will not be published. Required fields are marked *


WuXun

WuXun

DBMS_PDB only could check if a PDB can be plug to a CDB or create XML file for PDB.
I think may be only A is right.

Voeurng Sovann

Voeurng Sovann

A,C,D