Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Error patching Oracle 19C

user2089577Aug 27 2024

Hi, I am trying to patch our Oracle 19c with the following patch: p36195566_190000_MSWIN-x86-64 → “36195566”

I have applied the latest Opatch version: OPATCH_VERSION:12.2.0.1.43

The pre-checks is okay:

>opatch prereq CheckConflictAgainstOHWithDetail -ph ./
Oracle Interim Patch Installer version 12.2.0.1.43
Copyright (c) 2024, Oracle Corporation. All rights reserved.

PREREQ session

Oracle Home : D:\db_home
Central Inventory : C:\Program Files\Oracle\Inventory
from :
OPatch version : 12.2.0.1.43
OUI version : 12.2.0.7.0
Log file location : D:\db_home\cfgtoollogs\opatch\opatch2024-08-27_12-22-33PM_1.log

Invoking prereq "checkconflictagainstohwithdetail"

Prereq "checkConflictAgainstOHWithDetail" passed.

OPatch succeeded.

However, when I run the “opatch apply” command it returns the following error:

Applying interim patch '36195566' to OH 'D:\db_home'

Patching component oracle.jdk, 1.8.0.201.0...
ApplySession failed in system modification phase... 'ApplySession::apply failed: java.io.FileNotFoundException: \D:\db_home\jdk\jre\lib\ext\sunec.jar'

Restoring "D:\db_home" to the state prior to running NApply...
OPatch failed to restore the files from backup area. Not running "make".

NApply was not able to restore the home. Please invoke the following scripts:

  • restore.[sh,bat]
  • make.txt (Unix only)
    to restore the ORACLE_HOME. They are located under
    "D:\db_home\.patch_storage\NApply\2024-08-27_12-24-28PM"

UtilSession failed: ApplySession failed in system modification phase... 'ApplySession::apply failed: java.io.FileNotFoundException: \D:\db_home\jdk\jre\lib\ext\sunec.jar'
Log file location: D:\db_home\cfgtoollogs\opatch\opatch2024-08-27_12-24-28PM_1.log

OPatch failed with error code = 73

Do you have any idea on what I can do to resolve it? The file “D:\db_home\jdk\jre\lib\ext\sunec.jar'” is present.

Comments
Post Details
Added on Aug 27 2024
6 comments
481 views