Upgrade Oracle DBA 11g to Oracle Database 12c — Question 40
Which two statements are true about service creation for pluggable databases (PDBs)?
Answer options
- A. When a PDB is created, a service is automatically started in the instance with the same name as the PDB.
- B. The default service that is automatically created by a database at the time of PDB creation can be dropped, provided a new additional service is created.
- C. A database managed by Oracle Restart can have additional services created or existing services modified by using the srvctl utility for each PDB.
- D. Only a common user can create additional services for a PDB.
- E. When a PDB is created, a service with the same name as the PDB is created in the PDB.
Correct answer: C, E
Explanation
Option C is correct because it accurately describes the use of the srvctl utility for managing services in PDBs under Oracle Restart. Option E is also correct as it states that a service with the same name as the PDB is created within the PDB itself. The other options are incorrect because they either misstate the rules regarding service creation or the permissions required to create services.