Oracle Database 12c: Advanced Administration — Question 59

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

Answer options

Correct answer: D, E

Explanation

Option D is correct because it allows for the import of data using data pump with specified parameters, facilitating efficient data transfer. Option E is also correct as it involves upgrading the database and using the DBMS_PDB.DESCRIBE procedure to plug it into the CDB. The other options either do not align with the requirements for creating a PDB or rely on methods that are not applicable for integrating an Oracle 11g database into a CDB.