Oracle
1Z0-062 · Question #6
Identify three valid options for adding a pluggable database (PDB) to an existing multitenant container database (CDB).
Sign in or unlock 1Z0-062 to reveal the answer and full explanation for question #6. The question stem and answer options stay visible for context.
Managing the Database Instance
Question
Identify three valid options for adding a pluggable database (PDB) to an existing multitenant container database (CDB).
Options
- AUse the CREATE PLUGGABLE DATABASE statement to create a PDB using the files from the
- BUse the CREATE DATABASE . . . ENABLE PLUGGABLE DATABASE statement to provision a
- CUse the DBMS_PDB package to clone an existing PDB.
- DUse the DBMS_PDB package to plug an Oracle 12c non-CDB database into an existing CDB.
- EUse the DBMS_PDB package to plug an Oracle 11 g Release 2 (11.2.0.3.0) non-CDB database
Unlock 1Z0-062 to see the answer
You've previewed enough free 1Z0-062 questions. Unlock 1Z0-062 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#PDB#CDB#Multitenant#CREATE PLUGGABLE DATABASE