Oracle Database 12c: Advanced Administration — Question 115
You plan to create a new PDB by copying PDB$SEED.
Which two requirements ensure a successful creation? (Choose two.)
Answer options
- A. The CDB must have PDB_FILE_NAME_CONVERT configured before executing the command.
- B. A default service for the new PDB name must already exist.
- C. A PDB local administrative user must be granted the DBA role when creating the PDB.
- D. A PDB local administrative user must be specified when creating the PDB.
- E. The CDB, which will contain the PDB, must be in READ WRITE mode.
- F. The CDB must use Oracle Managed Files.
Correct answer: C, E
Explanation
The correct answer is C and E because a local administrative user must be granted the DBA role to perform necessary operations when the PDB is created, and the CDB needs to be in READ WRITE mode to allow for modifications. Options A, B, D, and F are not required for the creation process and would not prevent the successful creation of the PDB.