What is the effect of specifying the "ENABLE PLUGGABLE DATABASE" clause in a "CREATE DATABASE" statement?
It will create a multitenant container database (CDB) with only the root opened.
ItwillcreateaCDBwithrootopenedandseedreadonly.
It will create a CDB with root and seed opened and one PDB mounted.
It will create a CDB that must be plugged into an existing CDB.
ItwillcreateaCDBwithrootopenedandseedmounted.
Submit