Which two methods can be used to add an Oracle 11g data…

Which two methods can be used to add an Oracle 11g database to a multitenant container database (CDB) as a pluggable database (PDB)?

Which two methods can be used to add an Oracle 11g database to a multitenant container database (CDB) as a pluggable database (PDB)?

A.
Use the d3MS_pdb package to plug the Oracle 11g database into the existing CDB as a PDB.

B.
Use the create database … enable pluggable database statement to create a PDB by copying data files from pd3Sseed and use data pump to load data from the
Oracle 11g database into the newly created PDB.

C.
Pre-create a PDB in CDB and use data pump to load data from the complete database export of the Oracle 11g database into the newly created PDB.

D.
Pre-create a PDB in CDB and use the network_link and parallel parameters with data pump import to import data from the Oracle 11g database to the newly
created PDB.

E.
Upgrade the Oracle 11g database to a 12c non-CDB and use the dbms_pdb.describe procedure to plug the database as a new PDB into the CDB.



Leave a Reply 2

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


kas

kas

B is def. wrong, so I guess its C & E – anyone knows why D should not be working?