Oracle Database 12c: RAC Administration — Question 36
Which three statements are true concerning activation of a user-defined policy in Oracle 12c Clusterware?
Answer options
- A. When a policy is first created, it is initially active.
- B. When a policy is activated, nodes may be reassigned to server pools based on the policy definition.
- C. An administrator-defined policy may be activated using the srvctl utility.
- D. When a policy is activated, resources cannot be automatically started to comply with the policy definition.
- E. When a policy is first created, it is initially inactive.
- F. When a policy is activated, resources can be automatically stopped to comply with the policy definition.
Correct answer: B, C, E
Explanation
The correct answers are B, C, and E. Statement B is true as activating a policy allows node reassignment based on the defined rules. Statement C is accurate because the srvctl utility is indeed used to activate administrator-defined policies. Statement E is correct since a newly created policy starts in an inactive state. The other statements are incorrect as they misrepresent the behavior of policies in Oracle 12c Clusterware.