Oracle Database 12c: RAC Administration — Question 9
Which three statements are true about the services created when the DBCA is used to create a RAC database?
Answer options
- A. They can be policy managed for a multitenant database.
- B. Singleton services are not permitted for multitenant databases.
- C. A server-pool must be created with SRVCTL before creating a policy-managed RAC database that uses that server-pool for a service.
- D. Policy-managed services specified for a database allow the creation of a new server pool using DBCA.
- E. They can be administrator managed for a multitenant database.
Correct answer: B, C, E
Explanation
Option B is correct because multitenant databases do not support singleton services. Option C is accurate as it specifies that a server-pool must be created with SRVCTL prior to setting up a policy-managed RAC database. Option E is also true since multitenant databases can be administrator managed, but options A and D are not correct as they do not align with the specifics of multitenant service management.