1Z0-068 · Question #54
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?
The correct answer is B. It applies a patch to the Grid Infrastructure on all cluster nodes. D. It applies a patch to all database ORACLE_HOMEs, with the same release as the Grid. OPatchauto is Oracle's strategic tool for binary and configuration patching. For the supported environments, OPatchauto sequences and executes all required steps, on all nodes, for comprehensive patch application. Note: The OPatchauto commands are run from the product home out…
Question
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?
Options
- AIt applies a patch to the Grid Infrastructure only on the first cluster mode.
- BIt applies a patch to the Grid Infrastructure on all cluster nodes.
- CIt applies a patch to all database ORACLE_HOMEs, with the same release as the Grid
- DIt applies a patch to all database ORACLE_HOMEs, with the same release as the Grid
- EIt applies a patch to all database ORACLE_HOMEs of any version on the first cluster node.
- FIt applies a patch to all database ORACLE_HOMEs of any version on all cluster nodes.
How the community answered
(47 responses)- A4% (2)
- B77% (36)
- C2% (1)
- E11% (5)
- F6% (3)
Explanation
OPatchauto is Oracle's strategic tool for binary and configuration patching. For the supported environments, OPatchauto sequences and executes all required steps, on all nodes, for comprehensive patch application. Note: The OPatchauto commands are run from the product home out of the standard OPatch $PRODUCT_HOME/OPatch/OPatchauto apply <PATH_TO_PATCH_DIRECTORY> where <PATH_TO_PATCH_DIRECTORY> is the full path to local staging area where you have downloaded your patches. The apply command applies a System Patch to a product home. User specified the patch location or the current directory will be taken as the patch location. . https://docs.oracle.com/cd/E24628_01/doc.121/e39376/configuration_patching.htm#OPTCH149 https://docs.oracle.com/cd/E24628_01/doc.121/e39376/opatchauto_commands.htm#OPTCH585
Topics
Community Discussion
No community discussion yet for this question.