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
Access Fulfillment Express (AFX) does start after applying Patch 11 or higher to RSA Via Lifecycle and Governance 6.9.1 3Number of Views RSA Authentication Manager 8.3 Administrator's Guide 35Number of Views RSA Authentication Manager 8.5 Administrator's Guide 75Number of Views RSA Authentication Agent 2.0 for Citrix StoreFront Administrator's Guide (Korean) 13Number of Views Roles stuck in Applied state in SecurID Governance & Lifecycle 376Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) How to install the jTDS JDBC driver on WildFly for use with Data Collections in RSA Identity Governance & Lifecycle RSA Authentication Manager 8.8 Setup and Configuration Guide Artifacts to gather in RSA Identity Governance & Lifecycle
Don't see what you're looking for?