Showing posts with label oracle_common. Show all posts
Showing posts with label oracle_common. Show all posts

Thursday, 4 February 2016

Patch 17191718 conflicts with existing patch 20715966 when trying to fix error java.lang.RuntimeException: java.lang.Exception: MDSLockedSessionManager already registered. Can't register more than one.

Patch 17191718 conflicts with existing patch 20715966 when trying to fix error java.lang.RuntimeException: java.lang.Exception: MDSLockedSessionManager already registered. Can't register more than one.

If applying patch 17191718 to fix errors as below, it will conflict with existing patch 20715966 in the Oracle Home. 

[wls_ods1] [ERROR] [ADFC-50016] [oracle.adfinternal.controller.application.AdfcExceptionHandler] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <
anonymous>] [APP: odsm#11.1.1.2.0] ADFc: While handling an exception the application's exception handler threw a new exception.[[
java.lang.RuntimeException: java.lang.Exception: MDSLockedSessionManager already registered. Can't register more than one.


Patch [ 17191718 ] conflict with patch(es) [  20715966 ] in the Oracle Home.

To resolve patch conflicts please contact Oracle Support Services.


If you continue, patch(es) [  20715966 ] will be rolled back and the new Patch  [ 17191718 ] will 

be installed.
Do you want to proceed? [y|n]



To resolve this issue, instead of applying 17191718, apply Patch 21665104: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 20715966 17191718


Related Posts:

ODSM 11g - Applying Patch 21665104: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 20715966 17191718 to resolve errors java.lang.Exception: MDSLockedSessionManager already registered. Can't register more than one.

FMW 11.1.1.7.0 - Applying Patch 20805649: REL9 BP16 CUMULATIVE JDEVADF_11.1.1.7.9ADF-FAREL9-BP_GENERIC_150401.1409.6807

ODSM 11g - Applying Patch 21665104: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 20715966 17191718 to resolve errors java.lang.Exception: MDSLockedSessionManager already registered. Can't register more than one.

ODSM 11g - Applying Patch 21665104: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 20715966 17191718 to resolve errors java.lang.Exception: MDSLockedSessionManager already registered. Can't register more than one.

If seeing errors as below in the wls-ods1-diagnostic.log file while accessing OID, apply Patch 21665104: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 20715966 17191718.

Please note if you try applying Patch 17191718, it will conflict with existing Patch 20715966.

[wls_ods1] [ERROR] [ADFC-50016] [oracle.adfinternal.controller.application.AdfcExceptionHandler] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <
anonymous>] [APP: odsm#11.1.1.2.0] ADFc: While handling an exception the application's exception handler threw a new exception.[[
java.lang.RuntimeException: java.lang.Exception: MDSLockedSessionManager already registered. Can't register more than one.
        at oracle.adf.controller.internal.mds.LockedTransactionManager.<init>(LockedTransactionManager.java:48)
        at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$1.before(ADFPhaseListener.java:330)
        at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:76)
        at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.beforePhase(ADFLifecyclePhaseListener.java:44)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:378)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)

Applying Patch 21665104


- Download Patch 21665104 (p21665104_111170_Generic.zip)

- Set ORACLE_HOME to $MW_HOME/oracle_common, ensure other environment variables including PATH are set

- Unzip the patch

$ unzip p21665104_111170_Generic.zip

- Stop MT Services

- cd PATCH_TOP/21665104/oui

- Apply patch

$ opatch apply

- Verify patch applied

$ opatch lsinventory |grep 21665104


- Start MT Services

Related Posts:

Patch 17191718 conflicts with existing patch 20715966 when trying to fix error java.lang.RuntimeException: java.lang.Exception: MDSLockedSessionManager already registered. Can't register more than one.

FMW 11.1.1.7.0 - Applying Patch 20805649: REL9 BP16 CUMULATIVE JDEVADF_11.1.1.7.9ADF-FAREL9-BP_GENERIC_150401.1409.6807

Thursday, 21 January 2016

FMW 11.1.1.9.0 - Applying Patch 22511786: WebCenter Portal Bundle Patch 11.1.1.9.160119(ID:160107.0701)

FMW 11.1.1.9.0 - Applying Patch 22511786: WebCenter Portal Bundle Patch 11.1.1.9.160119(ID:160107.0701)

- 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

Sunday, 17 January 2016

FMW 11.1.1.7.0 - Apply Oracle Virtual Directory Patch 17391582: OVD FOR IAM1112 BUNDLE PATCH 11.1.1.7.1

FMW 11.1.1.7.0 - Apply Oracle Virtual Directory Patch 17391582: OVD FOR IAM1112 BUNDLE PATCH 11.1.1.7.1

- Download Patch 17391582 (p17391582_111170_Generic.zip)

- Set the ORACLE_HOME environment variable to JRF Home $MW_HOME/oracle_common

- Stop OVD instance.

- Stop WLS Admin Server and all Managed Servers.

Applying patch 17391582

- Unzip the patch

$ unzip -d PATCH_TOP p17391582_111170_Generic.zip

- $ cd PATCH_TOP/17391582

- Run OPatch apply

$ opatch apply

- Start OVD instance

Patch De-installation

If any issues post patching and rollback is required, follow below steps:

- Stop WLS Admin Server and all Managed Servers

- Stop OVD instance


- $ cd PATCH_TOP/17391582 

- $ opatch rollback -id 17391582

- Delete this directory and its contents 

$MW_HOME/user_projects/domains/[DOMAIN_NAME]/config/fmwconfig/ovd/default

- Restart WLS Admin Server and all Managed Servers

- Restart OVD instance

Related Posts:

FMW 11.1.2.3.1.0 Applying Patch 21118593: OAM WEBGATE BUNDLE PATCH 11.1.2.3.1

FMW 11.1.1.7.0 - Applying Oracle Jdeveloper Patch 20265562: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 19890682 14047857 16632043

FMW 11.1.1.7.0 - Applying Oracle Jdeveloper Patch 20265562: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 19890682 14047857 16632043

- Download Patch 20265562 ( p20265562_111170_Generic.zip )

- Set environment variable ORACLE_HOME to $MW_HOME]/oracle_common

- Stop services

For Standalone JDeveloper install type, shutdown JDeveloper and ensure that Embedded/Integrated WLS Server is also stopped.

For Standalone WLS install type, ensure that WebLogic server is stopped.

Applying Patch 20265562

- Unzip the patch zip file

$ unzip -d PATCH_TOP p20265562_111170_Generic.zip

- $ cd PATCH_TOP/20265562/oui

- Run OPatch apply

- For Standalone JDeveloper install type, start JDeveloper and ensure Embedded/Integrated WLS Server is also started.

- For other install types including standalone WLS, restart Admin Server and Managed Servers.

Patch De-installation

If any issues post patching and rollback is required, follow below steps:

- Change to the directory where the patch was unzipped.

   $ cd PATCH_TOP/20265562/oui

- Run OPatch rollback

$ opatch rollback -id 20265562 

- Clean contents of tmp directory from $DOMAIN_HOME\servers\DefaultServer\tmp for standalone Jdeveloper installs and from $DOMAIN_HOME/servers/[servername]/tmp for Admin and Managed Servers of other install types

- Start JDeveloper and ensure Embedded WLS Server is also started

Related Posts:

FMW 11.1.1.7.0 - Applying Patch 20805649: REL9 BP16 CUMULATIVE JDEVADF_11.1.1.7.9ADF-FAREL9-BP_GENERIC_150401.1409.6807

Applying Patch 20715966: JDEVADF SECURITY PATCH UPDATE 11.1.1.7.0 (CPUJUL2015)

FMW 11.1.1.7.0 - Applying Patch 18182516: UTF-8 CHARACTERS E3 E80 E81 NOT RECOGNIZED PROPERLY BY B2B

ODSM 11g - Applying Patch 21665104: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 20715966 17191718 to resolve errors java.lang.Exception: MDSLockedSessionManager already registered. Can't register more than one.


FMW 11.1.1.7.0 - Applying Oracle WebCenter Portal Patch 18334433: COMPOSER COMPONENT PROPERTIES DIALOG FAILS TO SAVE METHOD-VALUED ELS

FMW 11.1.1.7.0 - Applying Oracle WebCenter Portal Patch 18334433: COMPOSER COMPONENT PROPERTIES DIALOG FAILS TO SAVE METHOD-VALUED ELS

- Download Patch 18334433 ( p18334433_111170_Generic.zip )

- Please note this patch is applicable to two ORACLE_HOMEs:

       -> $MW_HOME/oracle_common (JRF Home)
       -> $MW_HOME/Oracle_WC1 (Webcenter Home)
   

Applying Patch 18334433

- Stop all servers (Admin Server and all Managed Servers)

- Unzip the patch zip file

$ unzip -d PATCH_TOP p18334433_111170_Generic.zip

- $ cd PATCH_TOP/18334433/oui

- Run opatch apply on JRF Home and WebCenter Home

i) Set ORACLE_HOME environment variable to $MW_HOME/oracle_common

$ opatch apply

ii)Set ORACLE_HOME environment variable to $MW_HOME/oracle_WC1

$ opatch apply

- Verify the patch

$ opatch lsinventory (on both JRF Home and WebCenter Home)

- Restart all servers (Admin Server and all Managed Servers)

Patch De-Installation

If any issues after applying the patch and rollback is required, follow below steps:

$ cd PATCH_TOP/18334433/oui

3. Run OPatch rollback (on both JRF Home and WebCenter Home)

- Stop all servers (Admin Server and all Managed Servers)

i) Set ORACLE_HOME environment variable to $MW_HOME/oracle_common

- opatch rollback -id 18334433

ii) Set ORACLE_HOME environment variable to $MW_HOME/oracle_WC1

- opatch rollback -id 18334433        

- Restart all servers (Admin Server and all Managed Servers


Related Posts:

FMW 11.1.1.7.0 MDS Patch 17693339 removed after applying ADF Patch for WebCenter Portal - Patch 21880254: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 20224749 21789440

WebCenter Content 11.1.1.8.9 Stuck Threads Issue - Applying Patch 20319643: STUCK THREADS DUE TO UNSAFE RIDC CODE - HASHMAP

FMW 11.1.1.8.0 - Applying Patch 20022599: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.9


FMW 11.1.1.7.0 (Dynamic Monitoring Service) - Applying Patch 18748961: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 16541855 18232869

FMW 11.1.1.7.0 (Dynamic Monitoring Service) - Applying Patch 18748961: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 16541855 18232869

Pre-requisities

- Download Patch 18748961 ( p18748961_111170_Generic.zip )

- Ensure patch pre-requisites as highlighted in the patch readme file are met

- This patch needs to be applied to AdminServer's $MW_HOME/oracle_common which includes fix for all local managed servers. Also for any remoted managed servers, apply patch on all remote $MW_HOME/oracle_common as well.


Applying Patch 18748961

- Set the ORACLE_HOME environment variable to JRF  home.
  eg: $MW_HOME]/oracle_common
   
- Stop all servers (Admin Server and all Managed Servers)

- Unzip the patch zip file into the PATCH_TOP.

$ unzip -d PATCH_TOP p18748961_111170_Generic.zip

- $ cd PATCH_TOP/18748961

- Run OPatch to apply the patch.

$ opatch apply

- Start all servers (Admin Server and all Managed Servers)

Patch De-installation

If any issues after applying the patch and rollback is required, follow below steps:

- Stop all servers (Admin Server and all Managed Servers)

-  $ cd PATCH_TOP/18748961

- Run OPatch to rollback patch

   $ opatch rollback -id 18748961


- Restart all servers (Admin Server and all Managed Servers)

Related Posts:

FMW 11.1.1.7.0 MDS Patch 17693339 removed after applying ADF Patch for WebCenter Portal - Patch 21880254: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 20224749 21789440

FMW 11.1.1.7.0 - Patch 21880254 removed after applying Patch 22048340: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 17693339 21880254

FMW 11.1.1.7.0 - Applying Patch 20805649: REL9 BP16 CUMULATIVE JDEVADF_11.1.1.7.9ADF-FAREL9-BP_GENERIC_150401.1409.6807

FMW 11.1.1.6.0 - Applying Patch 17634864: MERGE LABEL REQUEST ON TOP OF 11.1.1.6.0 FOR BUGS 16810628 16224473

FMW 11.1.1.6.0 - Applying Patch 17634864: MERGE LABEL REQUEST ON TOP OF 11.1.1.6.0 FOR BUGS 16810628 16224473

- Download Patch 17634864p17634864_111160_Generic.zip )

- Ensure Patch 13866584 is already applied.

- Ensure all patch pre-requisites as highlighted in readme file are met

Applying Patch 17634864

- Set the JRF_HOME environment variable to JRF home.
  The default location is : "[MW_HOME]/oracle_common"
   
- Stop all servers (Admin Server and all Managed Server(s))

- Unzip the patch zip file into the PATCH_TOP.

   $ unzip -d PATCH_TOP p17634864_111160_Generic.zip

-  $ cd PATCH_TOP/17634864

- Run OPatch to apply the patch

   $ opatch apply

- Start all servers (Admin Server and all Managed Servers)

Patch De-installation


If any issues after applying the patch and rollback is required, follow below steps:

- Stop all servers (Admin Server and all Managed Server(s))

- Change to the directory where the patch was unzipped.

   $ cd PATCH_TOP/17634864

- Run OPatch to deinstall the patch.

   $ opatch rollback -id 17634864
                          
- Restart all servers (Admin Server and all Managed Servers)

Related Posts:

FMW 11.1.1.7.0 - Applying Patch 13866584: PS2,PS5:ORACLE.WEBSERVICES.STANDALONE.CLIENT.JAR:DUPLICATE ENTRIES:LICENSE.TXT

WLS 10.3.6 - Applying Patch 14463779: SU Patch [UJIZ]: STRESS:REGRESSION; STUCK THREADS AND FAILURES DURING STOCK TRADER CONV WEB-SVCS

FMW 11.1.1.7.0 - Applying Patch 16810628: BOTTLENECK IN WEBLOGIC EXHAUSTING WEBLOGIC THREADS

 

Wednesday, 13 January 2016

Upgrading Oracle Business Intelligence (BI) Publisher Repository from 10g to 11g

Upgrading Oracle Business Intelligence (BI) Publisher Repository from 10g to 11g


- Shutdown the services

- Backup $MW_HOME/config/domains/bi_domain/config/bipublisher/repository

- Create a new directory - $MW_HOME/newrep with appropriate permissions

- Invoke a VNC session

- Start the Upgrade Assistant 

cd $MW_HOME/fmw/111/oracle_common/bin and run the upgrade assistant 

$ ./ua 





- Select Upgrade Oracle BI Publisher Repository




- Specify Source Details

Select Upgrade 10g BI Publisher Repository Directory

Repository Directory:  $MW_HOME/config/domains/bi_domain/config/bipublisher/repository/






- Specify Destination Details

Destination Repository Directory $MW_HOME/newrep




- Specify WebLogic Server



- Examining Components

Oracle Business Intelligence Publisher component should show status SUCCEEDED.




- Upgrade Summary

Review Source and Destination Repository Directory and Click Upgrade



- Upgrading Components

Monitor the upgrade progress



- Upgrading Components

Upgrade finished. 




- Upgrade Success



- Start the services

- Perform post upgrade verification checks and additional post upgrade steps as necessary.

Related Posts:

Error oracle.xdo.servlet.CreateException:Report definition not found: /Oracle_Fusion_Middleware_Audit/Common_Reports/User_Activities/Event_Details/Event_Details.xdo [username=weblogicbi] when using 11g BI with OAM report in 10g format

OBIEE Patch 18277370 conflicts with Patch 17611288 installed during OBIA 11.1.1.8.1 installation

Oracle Business Intelligence Enterprise Edition Plus Client 11.1.1.7.0 Installation - Oracle BI Client Installer (64-bit) biee_client_install_x64.exe

Applying OBIA 11g: PATCH OBIEE 11.1.1.7.150120 for for Oracle Business Intelligence Enterprise Edition and Exalytics

[OracleBIServerComponent] [ERROR:1] [] [] [ecid: ] [tid: 1464]  [nQSError: 93001] Can not load library, oracore11.dll, due to, The specified module could not be found error in OBIEE 11g NQSAdminTool.log file

OBI 11.1.1.8.1 -  nQSError : 62022 Javahost has not been configured correctly. Please check your configuration in NQSConfig.ini

Tuesday, 12 January 2016

FMW 11.1.1.7.0 - Patch 21880254 removed after applying Patch 22048340: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 17693339 21880254

FMW 11.1.1.7.0 - Patch 21880254 removed after applying Patch 22048340: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 17693339 21880254

- Download Patch 22048340 (p22048340_111170_Generic.zip)

Pre-Patch Conflict Checks

cd $MW_HOME/patches/22048340/oui

$ opatch apply -report


OPatch detects the Middleware Home as "$MW_HOME/product/111"


Applying interim patch '22048340' to OH '$MW_HOME/product/111/oracle_common'

Verifying environment and performing prerequisite checks...

Interim patch 22048340 is a superset of the patch(es) [  21880254 ] in the Oracle Home

OPatch will roll back the subset patches and apply the given patch.
All checks passed.


Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.

(Oracle Home = '$MW_HOME/product/111/oracle_common')



Is the local system ready for patching? [y|n]
y
User Responded with: Y
Backing up files...


[Report] The following patches will be rolled back:  21880254


Skip patching component oracle.jrf.adfrt, 11.1.1.7.0 and its actions.

The actions are reported here, but are not performed.

ApplySession skipping inventory update.


Verifying the update...
Inventory and System verification is performed here.

Patch 22048340 successfully applied


Applying Patch 22048340

- Stop MT services

- cd $MW_HOME/patches/22048340/oui

Set environment variables

export ORACLE_HOME=$MW_HOME/product/111/oracle_common/
export PATH=$PATH:$MW_HOME/product/111/oracle_common/OPatch

- Apply the patch

opatch apply

opatch lsinventory | grep 22048340

- Start MT services

Related Posts:

FMW 11.1.1.7.0 MDS Patch 17693339 removed after applying ADF Patch for WebCenter Portal - Patch 21880254: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 20224749 21789440

FMW 11.1.1.7.0 (Dynamic Monitoring Service) - Applying Patch 18748961: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 16541855 18232869

FMW 11.1.1.7.0 - Applying Patch 20805649: REL9 BP16 CUMULATIVE JDEVADF_11.1.1.7.9ADF-FAREL9-BP_GENERIC_150401.1409.6807


FMW 11.1.1.7.0 MDS Patch 17693339 removed after applying ADF Patch for WebCenter Portal - Patch 21880254: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 20224749 21789440

FMW 11.1.1.7.0 MDS Patch 17693339 removed after applying ADF Patch for WebCenter Portal - Patch 21880254: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 20224749 21789440

- Download patch 21880254 (p21880254_111170_Generic.zip)

Pre-Patch Conflict Checks


cd $MW_HOME/patches/21880254/oui

export ORACLE_HOME=$MW_HOME/product/111/oracle_common/

$ opatch apply -report

OPatch detects the Middleware Home as "$MW_HOME/product/111"


Applying interim patch '21880254' to OH '$MW_HOME/product/111/oracle_common'

Verifying environment and performing prerequisite checks...

Interim patch 21880254 is a superset of the patch(es) [  19832590 ] in the Oracle Home


Patch(es) [  19832590 ] are subset patch(es) of the Patch currently being installed [ 21880254 ].

Patch(es) [  17693339 ] conflict with the Patch currently being installed [ 21880254 ].


To resolve patch conflicts, please contact Oracle Support Services.

If you continue, all conflicting patch(es) will be rolled back and the new Patch [ 21880254 ] will 
be installed.

Do you want to proceed? [y|n]
Y
User Responded with: Y

OPatch will roll back the subset patches and apply the given patch
All checks passed.


Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.

(Oracle Home = '$MW_HOME/product/111/oracle_common')



Is the local system ready for patching? [y|n]
Y
User Responded with: Y
Backing up files...


[Report] The following patches will be rolled back:  19832590 17693339


Skip patching component oracle.jrf.adfrt, 11.1.1.7.0 and its actions.

The actions are reported here, but are not performed.

ApplySession skipping inventory update.


Verifying the update...
Inventory and System verification is performed here.

Patch 21880254 successfully applied

OPatch succeeded.


Applying Patch 21880254


- Shutdown MT services

- Set Environment variables

export ORACLE_HOME=$MW_HOME/product/111/oracle_common/


export PATH=$PATH:$MW_HOME/product/111/oracle_common/OPatch/

- Apply patch on the MT nodes

cd $MW_HOME/patches/21880254/oui
opatch apply

- Verify Patch

opatch lsinventory | grep 21880254

- Start MT services

Related Posts:

FMW 11.1.1.7.0 - Patch 21880254 removed after applying Patch 22048340: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 17693339 21880254

FMW 11.1.1.7.0 (Dynamic Monitoring Service) - Applying Patch 18748961: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 16541855 18232869

FMW 11.1.1.8.0 - Applying Patch 20022599: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.9

WebCenter Content 11.1.1.8.9 Stuck Threads Issue - Applying Patch 20319643: STUCK THREADS DUE TO UNSAFE RIDC CODE - HASHMAP

FMW 11.1.1.7.0 - Applying Patch 20805649: REL9 BP16 CUMULATIVE JDEVADF_11.1.1.7.9ADF-FAREL9-BP_GENERIC_150401.1409.6807


Friday, 30 October 2015

FMW 11.1.1.6.0 - Oracle Platform Security for Java - Applying Patch 15894053: TRACKING BUG FOR OPATCH DELIVERY OF ENTSEC_11.1.1.6.0-IDM11.1.2.1.0_GENERIC

FMW 11.1.1.6.0 - Oracle Platform Security for Java - Applying Patch 15894053: TRACKING BUG FOR OPATCH DELIVERY OF ENTSEC_11.1.1.6.0-IDM11.1.2.1.0_GENERIC

- Download and unzip the patch 15894053 p15894053_111160_Generic.zip

- This patch is applicable to two  ORACLE_HOMEs:
       i) [MW_HOME]/oracle_common (JRF Home)
      ii) [MW_HOME]/oesclient (OESCLIENT Home)

- Stop all servers (AdminServer and all Managed server(s))

- Unzip the patch zip file into the PATCH_TOP.

   $ unzip -d PATCH_TOP 15894053_111160_Generic.zip

- cd PATCH_TOP/15894053

Apply the patch

i) Set the ORACLE_HOME environment variable to "[MW_HOME]/oracle_common" directory. (JRF Home)

        Run following command:
        - opatch apply


ii) Set the ORACLE_HOME environment variable to "[MW_HOME]/Oracle_oesclient" directory. (OESCLIENT Home)

        Run following command:
        - opatch apply

- Start all servers (AdminServer and all Managed server(s)).  

Rollback instructions

- Stop all servers (AdminServer and all Managed server(s))

- cd PATCH_TOP/15894053

- Rollback the patch

i) Set the ORACLE_HOME environment variable to "[MW_HOME]/oracle_common" directory. (JRF Home)

       - opatch rollback -id 15894053

ii) Set the ORACLE_HOME environment variable to "[MW_HOME]/Oracle_oesclient" directory. (OESCLIENT Home)

        - opatch rollback -id 15894053

- Start all servers (AdminServer and all Managed server(s)).

Related Posts:

FMW 11.1.1.6.2 JPS for IAM 11.1.2 - Oracle Virtual Directory Patch 14603262: IDS USER/GROUP NAME ATTR NOT MAPPED CORRECTLY TO CONFIGURED VALUES IN OPCONFIG

Applying OPSS 11.1.1.6.3 Patch 18629534 included in Patch 19157616: ORACLE IDENTITY MANAGEMENT SUITE BUNDLE PATCH 11.1.2.1.5

Applying OAM 11.1.2.1.4 - Patch 19162892 included in Patch 19157616: ORACLE IDENTITY MANAGEMENT SUITE BUNDLE PATCH 11.1.2.1.5

Applying OES 11.1.2.1.1 - Patch 18629535 included in Patch 19157616: ORACLE IDENTITY MANAGEMENT SUITE BUNDLE PATCH 11.1.2.1.5

Applying OAAM 11.1.2.1.3 - Patch 19162894 included in Patch 19157616: ORACLE IDENTITY MANAGEMENT SUITE BUNDLE PATCH 11.1.2.1.5

OAAM 11.1.2.1.3 - Redeploying OAAM applications in Oracle WebLogic Server after applying Patch 19162894

OAAM 11.1.2.1.3 - Redeploying the OAAM Shared Library in Oracle WebLogic after applying Patch 19162894