1Z1-060 Free Dumps Study Materials
Question 9: You created a new database using the "CREATE DATABASE" statement without specifying the
"ENABLE PLUGGABLE" clause.
What are two effects of not using the "ENABLE PLUGGABLE DATABASE" clause? (Choose two.)
A. The database is created as a non-CDB but can be plugged into an existing CDB.
B. The database is created as a non-CDB and can never contain a PDB.
C. The database is created as a non-CDB but will become a CDB whenever the first PDB is plugged in.
D. The database is created as a PDB and must be plugged into an existing multitenant container
database (CDB).
E. The database is created as a non-CDB and can never be plugged into a CDB.
Correct Answer: A,B
Explanation
A (not B, not E): The CREATE DATABASE ... ENABLE PLUGGABLE DATABASE SQL statement creates a
new CDB. If you do not specify the ENABLE PLUGGABLE DATABASE clause, then the newly created
database is a non-CDB and can never contain PDBs.
D: You can create a PDB by plugging in a Non-CDB as a PDB.
The following graphic depicts the options for creating a PDB: