One of the requirements for upgrading to Enterprise Manager Cloud Control 13c Release 2, is to apply. Database patch set update 160419 While trying to apply the patch to Oracle GI + DB, it will error out with non existing files (more below…).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
opatchauto apply 22899531 System initialization log file is /u01/app/grid/12.1.0.1/grid/cfgtoollogs/opatchautodb/systemconfig2016-10-06_02-29-43PM.log. Session log file is /u01/app/grid/12.1.0.1/grid/cfgtoollogs/opatchauto/opatchauto2016-10-06_02-29-47PM.log The id for this session is 136I [init:init] Executing OPatchAutoBinaryAction action on home /u01/db/12.1.0.1/db_1 Executing OPatch prereq operations to verify patch applicability on SIDB Home........ [..] snip Patch: 22899531/23006522 Log: /u01/app/grid/12.1.0.1/grid/cfgtoollogs/opatchauto/core/opatch/opatch2016-10-06_14-41-43PM_1.log Reason: Failed during Patching: oracle.opatch.opatchsdk.OPatchException: Prerequisite check "CheckApplicable" failed. After fixing the cause of failure Run opatchauto resume with session id "136I" ] OPATCHAUTO-68061: The orchestration engine failed. OPATCHAUTO-68061: The orchestration engine failed with return code 1 OPATCHAUTO-68061: Check the log for more details. OPatchAuto failed. |
Note: ocm response file is not needed in latter versions. A […]