- Download Patch#37171025 from Oracle support. Patch contains three files.
- Readme.txt
- ejcpuc.sh
- ejcpuc.cmd
EJCPUC (Oracle E-Business Suite Java Critical Patch Update Checker) is an official Oracle utility used to identify Java versions, current patch levels, and required security updates in an EBS environment.
- Make directory EJCPU on your DB tier and Apps tier. Copy patch and extract.
- Run ejcpuc.sh on DB Tier.
[oracle@test EJCPU]$ bash ejcpuc.sh
## Check Database Version
##################################################################################
Your database version is 19.32.0.0.0
ORACLE_HOME /u01/app/oracle/db/19.0.0
ORACLE_SID CDBTEST
ORACLE_UNQNAME CDBTEST
##################################################################################
## Checking Database Tier versions for OJVM, Database JDK and EBS's appsutil JRE for CPU 2026.08 - Required Version: 1.8.0_503
## 2026-09-02 14:41:16 IST on test.example.com
##################################################################################
2026.08 action Your Version bitness Java Location
-------------- -------- ------------ ------- ---------------
1.8.0_501 1.8.0_501 64-bit OJVM In database
1.8.0_503 j) 1.8.0_491 64-bit /u01/app/oracle/db/19.0.0/jdk/bin/java
1.8.0_503 u) 1.8.0_361 64-bit /u01/app/oracle/db/19.0.0/appsutil/jre/bin/java
j) Apply the Database Release Update (DBRU) recommended by the latest EBS CPU MOS Note referenced in Article KA923 and the JDK patch listed in Article KB118730
u) When the DB JDK version is updated to the latest - then follow section 3 of Article KA1058 to update this JRE- Run ejcpuc.sh on Apps Tier.
[applmgr@test EJCPU]$ bash ejcpuc.sh
##################################################################################
## Checking Application Tier JDK 7 versions on Platform Linux_x64 for CPU 2026.08 - Required Version 1.7.0_513
## 2026-09-02 14:39:10 IST on test.example.com
##################################################################################
2026.08 action Your Version bitness Java Location
------------ ------ ------------ ------- ---------------
1.7.0_513 UPDATE 1.7.0_371 32-bit /u01/app/oracle/apps/fs1/EBSapps/10.1.2/jdk/bin/java
1.7.0_513 UPDATE 1.7.0_371 32-bit /u01/app/oracle/apps/fs1/EBSapps/comn/util/jdk32/bin/java
1.7.0_513 UPDATE 1.7.0_371 64-bit /u01/app/oracle/apps/fs1/EBSapps/comn/util/jdk64/bin/java
1.7.0_513 UPDATE 1.7.0_371 64-bit /u01/app/oracle/apps/fs1/FMW_Home/webtier/jdk/bin/java
Follow Article KA1058 to update the JDK(s). Your application tier JDK 7 is lower than the 1.7.0_513 update released in CPU 2026.08.Disclaimer:
This is an independent personal blog and is not affiliated with, sponsored by, or endorsed by Oracle Corporation. The views, explanations, and experiences expressed here are the author’s own. Commands, scripts, and procedures may be based on Oracle’s official documentation and are provided for educational and reference purposes only. Always test and validate them before use in a Live/Production environment. Sample output shown in this article was generated during the author’s own testing and may vary depending on the environment.
Please read full Disclaimer.