Oracle Database 12c: Installation and Administration — Question 201

What is the effect of specifying the "ENABLE PLUGGABLE DATABASE" clause in a "CREATE DATABASE" statement?

Answer options

Correct answer: B

Explanation

The correct answer is B because specifying 'ENABLE PLUGGABLE DATABASE' allows for the creation of a multitenant container database (CDB) with the root open and the seed in a read-only state. Other options misrepresent the status of the seed and root or suggest incorrect configurations for the CDB.