Oracle Database 12c: Advanced Administration — Question 63

Which two statements are true about dropping a pluggable database (PDB)?

Answer options

Correct answer: A, D

Explanation

The correct answers are A and D because a PDB must be in either mount state or unplugged to be dropped, and it must be in a closed state. Options B and E are incorrect as the data files and backups are not automatically removed when a PDB is dropped; they need to be manually managed. Option C is incorrect because once a PDB is dropped and unplugged, it cannot be plugged back into any CDB. Option F is also incorrect as there is no requirement for a PDB to be opened after creation to be dropped.