nerdexam
Oracle

1Z0-063 · Question #191

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

The correct answer is A. Use PDB$SEED for creating a PDB. B. Use the DBMS_PDB package to plug a non-CDB into an existing CDB. C. Clone the existing PDB. Use the CREATE PLUGGABLE DATABASE statement to create a pluggable database (PDB). This statement enables you to perform the following tasks: Create a PDB by using the seed as a template Use the create_pdb_from_seed clause to create a PDB by using the seed in the multitenant…

Using DDL Statements to Create and Manage Tables

Question

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

Options

  • AUse PDB$SEED for creating a PDB.
  • BUse the DBMS_PDB package to plug a non-CDB into an existing CDB.
  • CClone the existing PDB.
  • DUse Enterprise Manager Database Express to create a PDB in an existing CDB.
  • EUse the DBMS_PDB package to plug a pre-Oracle 12c database into an existing CDB.

How the community answered

(53 responses)
  • A
    85% (45)
  • D
    6% (3)
  • E
    9% (5)

Explanation

Use the CREATE PLUGGABLE DATABASE statement to create a pluggable database (PDB). This statement enables you to perform the following tasks: * Create a PDB by using the seed as a template Use the create_pdb_from_seed clause to create a PDB by using the seed in the multitenant container database (CDB) as a template. * Create a PDB by plugging an unplugged PDB or a non-CDB into a CDB Use the create_pdb_from_xml clause to plug an unplugged PDB or a non-CDB into a CDB, using an XML * Create a PDB by cloning an existing PDB or non-CDB Use the create_pdb_clone clause to create a PDB by copying an existing PDB or non-CDB and then plugging the copy into the CDB.

Topics

#CREATE PDB#PDB$SEED#DBMS_PDB#clone PDB

Community Discussion

No community discussion yet for this question.

Full 1Z0-063 Practice