Oracle
1Z0-063 · Question #100
Which two methods can be used to add an Oracle 11g database to a multitenant container database (CDB) as a pluggable database (PDB)?
The correct answer is B. Use the create database ... enable pluggable database statement to create a PDB by copying E. Upgrade the Oracle 11g database to a 12c non-CDB and use the dbms_pdb.describe procedure. See the full explanation below for the reasoning.
Question
Which two methods can be used to add an Oracle 11g database to a multitenant container database (CDB) as a pluggable database (PDB)?
Options
- AUse the d3MS_pdb package to plug the Oracle 11g database into the existing CDB as a PDB.
- BUse the create database ... enable pluggable database statement to create a PDB by copying
- CPre-create a PDB in CDB and use data pump to load data from the complete database export of
- DPre-create a PDB in CDB and use the network_link and parallel parameters with data pump
- EUpgrade the Oracle 11g database to a 12c non-CDB and use the dbms_pdb.describe procedure
How the community answered
(20 responses)- B85% (17)
- C5% (1)
- D10% (2)
Community Discussion
No community discussion yet for this question.