Oracle Database Administration II — Question 21
Which three are true about opatchauto? (Choose three.)
Answer options
- A. It performs a shutdown and then a restart of all processes in both Oracle Grid Infrastructure and Oracle Database home during the patching process.
- B. It must be invoked by a user with root user privileges.
- C. Patches are applied via opatchauto.
- D. Users must always input patch plans to opatchauto.
- E. It requires the Oracle Grid Infrastructure and Oracle Database instances to be shut down before being invoked.
- F. It applies patches in nonrolling mode by default.
- G. It is used to apply interim patches to Oracle Grid Infrastructure and Oracle Database home combinations.
Correct answer: A, B, G
Explanation
The correct answers A, B, and G highlight the functionalities of opatchauto, including its requirement for root privileges, the ability to perform shutdowns and restarts during patching, and its role in applying interim patches. Options C, D, and E are incorrect as they either misrepresent how patches are applied or the operational requirements of opatchauto, while F is incorrect because opatchauto generally applies patches in rolling mode, not nonrolling mode.