Oracle Database 12c: RAC Administration — Question 58

Examine this command executed on the first node of a three-node cluster:
# <GRID_INFRASTRUCTURE_ORACLE_HOME>/OPatch/opatchauto apply 18139660
Which two tasks does this command perform?

Answer options

Correct answer: B, D

Explanation

The command is designed to apply a patch to the Grid Infrastructure across all cluster nodes, not just the first one, which makes option B correct. Option D is also correct as it indicates that the patch will be applied to all database ORACLE_HOMEs with the same release on all cluster nodes. The other options incorrectly limit the scope of the patch application either to a single node or to different versions of ORACLE_HOMEs.