Oracle Database Administration II — Question 146

Which two are true about PDB archive files? (Choose two.)

Answer options

Correct answer: E, F

Explanation

Option E is correct because PDB archive files do indeed include a PDB manifest file along with all data files in compressed format. Option F is also correct as DBMS_PDB.CHECK_PLUG_COMPATIBILITY can be run against a PDB archive to check compatibility. The other options are incorrect either because they describe the data files as uncompressed or misrepresent the creation process and contents of PDB archive files.