Which statement is true about the database that is created?

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?

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?

A.
It is created as a container database (CDB) with CDB$ROOT, PDB$SEED, and a pluggable database (PDB).

B.
It is created as a non-CDB that becomes a CDB after the first PDB is plugged in.

C.
It is created as a PDB that must be plugged into an existing CDB.

D.
It is created as a CDB with the CDB$ROOT and PDB$SEED databases.



Leave a Reply 3

Your email address will not be published. Required fields are marked *


Meg

Meg

D

ENABLE PLUGGABLE DATABASE clause creates the root container with the controlfiles during the mount phase, the redo log files, and root datafiles during the open phase. It also creates the seed pluggable database while copying from the root container.