Oracle Database 12c: Installation and Administration — Question 199

Which two statements are true concerning dropping a pluggable database (PDB)? (Choose two.)

Answer options

Correct answer: B, C

Explanation

The correct answers are B and C because a PDB must be in the mount state and unplugged before it can be dropped. Options A and D are incorrect since a PDB does not need to be in read-only mode to be dropped, and the data files might not always be removed from disk depending on the drop method. Option E is also incorrect because there are ways to replug a PDB under certain conditions.