Oracle Database Administration 2019 Certified Professional — Question 86
Which three statements are true about opatch version 19? (Choose three.)
Answer options
- A. It cannot run with root privileges on a UNIX-like system.
- B. It can only apply patches on the cluster node from where it is issued.
- C. It can apply patches to a database ORACLE_HOME.
- D. It can apply a patchset to a database ORACLE_HOME.
- E. It can apply some patches without shutting down database instances.
- F. It cannot apply a patch to a Grid Infrastructure ORACLE_HOME.
Correct answer: C, D, E
Explanation
Options C, D, and E are correct because opatch version 19 is designed to apply patches to a database ORACLE_HOME, can apply patchsets to the same, and can do so without shutting down database instances in specific cases. Options A, B, and F are incorrect as opatch can run with root privileges, can apply patches from any cluster node, and can apply patches to a Grid Infrastructure ORACLE_HOME under certain conditions.