Question 65:
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?
Answer options:
A. The database is created as a non-CDB and can never contain a PDB.B. The database is treated as a PDB and must be plugged into an existing multitenant container database (CDB). C. The database is created as a non-CDB and can never be plugged into a CDB.D. The database is created as a non-CDB but can be plugged into an existing CDB.E. The database is created as a non-CDB but will become a CDB whenever the first PDB is plugged in.