Oracle Database Administration II — Question 146
Which two are true about PDB archive files? (Choose two.)
Answer options
- A. They contain all the data files only in compressed form for a PDB
- B. They contain a PDB manifest file and all the data files in uncompressed form for a PDB
- C. They contain all the data files only in uncompressed form for a PDB
- D. They must be created using the DBMS_PDB package
- E. They contain a PDB manifest file and all the data files in compressed form for a PDB
- F. DBMS_PDB.CHECK_PLUG_COMPATIBILITY can be run against a PDB archive
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.