Applying July 2017 OJVM security patch 26027162 on orcl prod clusters
SECTION A:
1. PRE-CHECKS STEPS:
Ensure ORACLE_HOME is set correctly, and that the $PATH definition has the following executables: make, ar, ld and nm.
unzip -d <PATCH_TOP_DIR> p26027162_12102_<PLATFORM_NAME>.zip
cd /u03/setup/security_patch_Jul2017_DB/26027162
2. opatch prereq CheckConflictAgainstOHWithDetail -ph ./
2a. Stop goldengate
3. For an Oracle RAC environment, shut down database services on the node to be patched.
—R… Read more