- Download Patch 22511786 (p22511786_111190_Generic.zip)
Applying Patch 22511786
- Apply this bundle patch on both ORACLE_HOMEs:
* [MW_HOME]/oracle_common (JRF Home)
* [MW_HOME]/Oracle_WCP1 (Webcenter Portal Home)
- Stop all servers (Admin Server and all Managed Servers
- Unzip the patch
$ unzip -d PATCH_TOP p22511786_111190_Generic.zip
- $ cd PATCH_TOP/22511786
- Run opatch apply on both ORACLE_HOMEs (JRF Home and WCP Home)
$ opatch apply
- Start all servers (Admin Server and all Managed Servers)
Post-Patch Instructions
- Update the WebCenter Portal Extension Bundle for JDeveloper
The extensions named "WebCenter Portal - Framework" and "WebCenter Portal Task Flow Customization Framework" should have a version 11.1.1.9.0.160107.0701
- Fix for Bug 20132344 and Bug 20132372
i) Stop Spaces managed server
ii) Clean old classfiles of scripts and scripthandlers.
rm -f $ORACLE_HOME/common/wlst/*.class
rm -f $ORACLE_HOME/common/script_handlers/*.class
touch $ORACLE_HOME/common/wlst/11.1.1.9.0
iii) Start Spaces managed server
iv) To rename users, use command synchronizeUserInformation and operationType - RENAME_USERS_FROM_MAPPING_FILE.
Patch De-Installation
- Stop all servers (Admin Server and all Managed Servers
- $ cd PATCH_TOP/22511786
- Run opatch rollback from both ORACLE_HOMEs (WCP_Home and oracle_common Home)
$ opatch rollback -id 22511786
- Remove WebCenter Portal Extension Bundle for JDeveloper updated after patching
- For Bug 20132344 and Bug 20132372
i) Stop Spaces managed server if running
ii) Clean old classfiles of scripts and scripthandlers.
rm -f $ORACLE_HOME/common/wlst/*.class
rm -f $ORACLE_HOME/common/script_handlers/*.class
touch $ORACLE_HOME/common/wlst/11.1.1.9.0
iii) Start Spaces managed server
- Start all servers (Admin Server and all Managed Servers)
Related Posts:
FMW 11.1.1.9.0 - Applying Patch 22449847: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.9.160119
FMW 11.1.1.8.0 - Applying Patch 20022599: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.9
No comments:
Post a Comment