You went to create a new CDB foe your customer. Which two statements are true about the seed
pluggable database that will reside in the new CDB?
A.
You have to copy the seed data files yourself,
B.
You can use the new SEED FILE_NAME_CONVERTclause in the CREATE DATABASE
statement.
C.
The seed pluggable database is not required.
D.
The seed pluggable database does not require data files.
E.
The seed pluggable database is always kept in READ ONLY mode.
F.
The seed pluggable database is not a container.
G.
The seed pluggable database can be dropped.
BE
I agree with Hassen
BE
B: http://docs.oracle.com/database/121/ADMIN/cdb_create.htm#BABHACEC
B,E
Not G :
Specify the name of the PDB you want to drop. You cannot drop the seed (PDB$SEED).
https://docs.oracle.com/database/121/SQLRF/statements_8028.htm#SQLRF55699
BE