Oracle Database Administration 2019 Certified Professional — Question 48

Examine this command executed on the first node of a four-node cluster:
$ < DATABASE_ORACLE_HOME >/OPatch/opatch apply 33575673
What does this command do?

Answer options

Correct answer: A

Explanation

The command specifically targets the ORACLE_HOME on the first node, applying the patch only there and not affecting any other nodes in the cluster. Options B, C, D, and E all incorrectly suggest that the patch affects multiple ORACLE_HOMEs or all nodes, which is not the case with this command.