Due to the increase in attack on Weblogic, Oracle is releasing Critical Patch Update every Quarter.
Below are the steps to Install Weblogic Weblogic 12.2.1.3 January CPU patch set. Remember if you already have the previous patch there are conflict sometimes, so you might have to uninstall the previous patchset before applying the latest one.
The Oracle Product Patch info is located at https://www.oracle.com/technetwork/topics/security/alerts-086861.html
Download following Patch from support.oracle.com
6880880 - Optach 13.9.4 Patch
29137924 - OUI Interim Patch
28710939 - Weblogic 12.2.1.3 Jan 2019 OCPU
- Stop Weblogic Admin Server and All Managed Instance
- Stop NodeManager Service
- Stop Server Manager Agent
- Make sure Task Manager no java process running
- Unzip in a folder D:\Software\92\HTML\PatchSet using 7-zip (if it’s a linux system use command unzip )
- Backup D:\Oracle\Middleware using 7-zip
- open CMD - Run As an administrator
- set PATH=D:\OracleWLS\Middleware\Oracle_Home\OPatch;%PATH%
- set PATH=D:\OracleWLS\Java\bin;%PATHH%
- D:
- cd D:\Software\92\HTML\PatchSet\6880880 (This is a directory in Step 5 to unzip folder)
- java -jar opatch_generic.jar -J-Doracle.installer.oh_admin_acl=true -silent oracle_home=D:\OracleWLS\Middleware\Oracle_Home
- cd ..
- cd 29137924
- opatch apply -oop
- cd ..
- cd 28710939
- opatch apply -oop