Oracle Database 12c: Installation and Administration — Question 198

Which three statements are true concerning unplugging a pluggable database (PDB)? (Choose three.)

Answer options

Correct answer: B, D, E

Explanation

The correct answers are B, D, and E. The PDB must be closed (B) before it can be unplugged, and once unplugged, it can be plugged into the same CDB (D) or another CDB (E). Options A, C, and F are incorrect; a PDB does not need to be in read-only mode to unplug, it does not become a non-CDB, and its data files are not automatically removed from disk upon unplugging.