OPatch failure when individually applying Oracle patch 19509982 in RSA Identity Governance & Lifecycle
Originally Published: 2018-10-29
Article Number
Applies To
RSA Product/Service Type: Appliance
RSA Version/Condition: All
Issue
When applying Oracle patch 19509982 individually on an appliance as per article 000031110 - All RSA Identity Governance and Lifecycle reviews fail with error ORA-01792 when using Oracle 12.1.0.2.0, the application of the Oracle patch fails with the following error in the opatch<timestamp>.log file:
[Oct 25, 2018 10:25:34 AM] [INFO] [OPSR-TIME] Finished modifying the system for patch 19509982
[Oct 25, 2018 10:25:34 AM] [INFO] ApplySession adding interim patch '19509982' to inventory
[Oct 25, 2018 10:25:34 AM] [INFO] [OPSR-TIME] Saving patch 19509982 to inventory
[Oct 25, 2018 10:25:34 AM] [WARNING]OUI-67124:ApplySession failed in system modification phase... 'ApplySession::apply failed (no detail available).'
[Oct 25, 2018 10:25:34 AM] [INFO] Restoring "/u01/app/oracle/product/12.1.0/db_1" to the state prior to running NApply...
The 'ApplySession::apply failed' message is normally followed by an error message that explains the failure. In this case however, it is followed by 'no detail available' so further troubleshooting is necessary. To troubleshoot, enable OPatch debug and apply the patch again:
Run the following commands as the oracle user.
- Navigate to /home/oracle/CPU/19509982:
cd /home/oracle/CPU/19509982
- Stop the RSA Identity Governance & Lifecycle server:
acm stop
- Stop the Oracle Listener service:
acm stoporacle
- Export the OPATCH_DEBUG value:
export OPATCH_DEBUG=true
- Apply the patch:
opatch apply
Cause
Resolution
1. Change owner and group of one directory
As root, change ownership as follows:# cd /u01/app/oracle/product/12.1.0/db_1/inventory/oneoffs/19509982/etc # chown oracle:oinstall config
2. Change owner and group recursively
Since all the subdirectories should be owned by the oracle user, you could change the ownership recursively from the top down to ensure the ownership is correct for all subdirectories:As root, change ownership as follows:
# cd /u01 # chown -R oracle:oinstall app
Related Articles
How to determine if MQBridge is configured and working in RSA Web Threat Detection 5.1 6Number of Views How to Start/Stop/Access Oracle Enterprise Manager (OEM) in RSA Governance & Lifecycle 180Number of Views RSA Identity Governance & Lifecycle Security Vulnerability for Operating System SLES 11 SP3 - False Positive 65Number of Views Unable to run Token Expiration Report after applying RSA Authentication Manager 8.1 patch 4 or patch 5 198Number of Views Oracle Database Memory Sizing for RSA Identity Governance & Lifecycle 460Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Mandatory Certificate Upgrade Required by 6th October 2025 for RSA MFA Agent for PAM, RSA MFA Agent for Apache, and Third … RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?