Oracle
1Z0-063 · Question #183
You create a new database by using the CREATE DATABASE command in SQL *Plus, with the ENABLE clause specified. PLUGGABLE DATABASE Which statement is true about the database that is created?
The correct answer is D. It is created as a CDB with the CDB$ROOT and PDB$SEED databases. The CREATE DATABASE command with the ENABLE PLUGGABLE DATABASE clause indicates that a CDB is being created. The CDB will contain a root (CDB$ROOT) and a seed
Using DDL Statements to Create and Manage Tables
Question
You create a new database by using the CREATE DATABASE command in SQL *Plus, with the ENABLE clause specified. PLUGGABLE DATABASE Which statement is true about the database that is created?
Options
- AIt is created as a container database (CDB) with CDB$ROOT, PDB$SEED, and a pluggable
- BIt is created as a non-CDB that becomes a CDB after the first PDB is plugged in.
- 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
(18 responses)- B11% (2)
- C6% (1)
- D83% (15)
Explanation
The CREATE DATABASE command with the ENABLE PLUGGABLE DATABASE clause indicates that a CDB is being created. The CDB will contain a root (CDB$ROOT) and a seed
Topics
#CREATE DATABASE#CDB creation#PDB$SEED#ENABLE PLUGGABLE DATABASE
Community Discussion
No community discussion yet for this question.