Oracle
1Z0-067 · Question #203
You create a new database by using the CREATE DATABASE command in SQL*Plus, with the ENABLE PLUGGABLE DATABASE clause specified. Which statement is true about the database that is created? (Choose…
The correct answer is D. It is created as a CDB with the CDB$ROOT and PDB$SEED databases. See the full explanation below for the reasoning.
Question
You create a new database by using the CREATE DATABASE command in SQL*Plus, with the ENABLE PLUGGABLE DATABASE clause specified. Which statement is true about the database that is created? (Choose the best answer.)
Options
- AIt is created as a non-CDB that becomes a CDB after the first PDB is plugged in.
- BIt is created as a container database (CDB) with CDB$ROOT, PDB$SEED, and a pluggable
- CIt is created as a PDB that must be plugged into an existing CDB.
- DIt is created as a CDB with the CDB$ROOT and PDB$SEED databases.
How the community answered
(49 responses)- A12% (6)
- B2% (1)
- C6% (3)
- D80% (39)
Community Discussion
No community discussion yet for this question.