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 DBMS_PDB package to plug the Oracle 11g database into the existing CDB as a PDB. B. Use the CREATE DATABASE ... ENABLE PLUGGABLE statement to create a PDB by copying data files from PDB$SEED and use data pump to load data from the Oracle 11g database into the newly DATABASE created PDB.
B.
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.
C.
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.
D.
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.
There are two B.
B. Use the CREATE DATABASE ... ENABLE PLUGGABLE statement to create a PDB by copying data files from PDB$SEED and use data pump to load data from the Oracle 11g database into the newly DATABASE created PDB.
and
B. 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.
When operating across a network link, Data Pump requires that the source and target databases differ by no more than two versions. For example, if one database is Oracle Database 12c, then the other database must be 12c, 11g, or 10g. Note that Data Pump checks only the major version number (for example, 10g,11g, 12c), not specific release numbers (for example, 12.1,10.1, 10.2, 11.1, or 11.2).
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
smokeystone
Highly Voted 5 years, 1 month agoarbol1
Most Recent 2 years, 1 month agohilaire
3 years, 6 months agohilaire
3 years, 5 months agoSimon22
3 years, 8 months agohilaire
3 years, 5 months agoNorthKorean
4 years, 9 months agoNorthKorean
4 years, 9 months agoSugar
4 years, 8 months agoKobaltblue
5 years, 1 month ago