Tuesday, 12 January 2016

FMW 12.1.3.0.3 - Applying SOA Suite Patch 21387680: B21248791 mq adapter error still not fixed

FMW 12.1.3.0.3 - Applying SOA Suite Patch 21387680: B21248791 mq adapter error still not fixed

- Ensure below prerequisite patch is already applied.

20900599 SOA Bundle Patch 12.1.3.0.3

- Download Patch 21387680 (p21387680_121303_Generic.zip)

- Check SOA version and ensure that SOA version is 12.1.3.0.3 or higher else opatch will fail if prerequisite patches are not present. If unsure, check existing SOA 12c version Example scenario as below:


cd $MW_HOME/patches/21387680

$ opatch apply -report

Oracle Interim Patch Installer version 13.2.0.0.0

Oracle Home       : $MW_HOME/fmw/121
Central Inventory : $MW_HOME/oraInventory

   from           : $MW_HOME/fmw/121/oraInst.loc
OPatch version    : 13.2.0.0.0

OUI version       : 13.2.0.0.0


OPatch detects the Middleware Home as "$MW_HOME/fmw/121"


oracle.sysman.oii.oiii.OiiiInstallAreaControl initAreaControl

INFO: Install area Control created with access level  0

Applying interim patch '21387680' to OH '$MW_HOME/fmw/121'

Verifying environment and performing prerequisite checks...

Prerequisite check "CheckPatchApplyDependents" failed.
The details are:

Interim patch 21387680 requires prerequisite patch(es) [ 20900599 ] which are not present in the 
Oracle Home.

Apply prerequisite patch(es) [ 20900599 ] before applying interim patch 21387680 .

Recommended actions: This patch requires some other patches to be installed in the Oracle Home. 
OPatch cannot find those required patches in the Oracle Home.

OPatch failed with error code 42


Apply Patch 21387680


- Stop MT services

- Unzip patch 21387680

$ unzip -d PATCH_TOP p21387680_121303_Generic.zip

- Set environment variables

export ORACLE_HOME=$MW_HOME/fmw/121
export PATH=$PATH:$ORACLE_HOME/OPatch

- Apply patch

$ORACLE_HOME/OPatch/opatch apply

- Verify patch

$ORACLE_HOME/OPatch/opatch lsinventory|grep 21387680

- Start MT services


Patch De-installation

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

- Stop MT services

- $ cd PATCH_TOP/21387680

- Run OPatch to deinstall the patch.

$ opatch rollback -id  21387680

- Restart MT services

Related Posts:

Checking SOA 12c version

FMW 12.1.3.0.0 - Applying Patch 20163149: DATAOBJECT ASSIGNMENT LOST AFTER DEHYDRATION

Applying Patch 20900599: SOA Bundle Patch 12.1.3.0.3

FMW 12.1.3.0.0 - Applying Patch 21885138: SOA Bundle Patch 12.1.3.0.4(ID:150922.0917.0153)

FMW 12.1.3.0.0 Additional steps for Bug 18706071: SUPPORT FOR CREDENTIAL STORE FOR CLOUD CONNECTORS IS MISSING IN OSB after applying Patch 20900599 (SOA Bundle Patch 12.1.3.0.3) or Patch 21885138 (SOA Bundle Patch 12.1.3.0.4)

SOA Bundle Patch 12.1.3.0.1(Patch 19707784) rolled back when applying Patch 20900599: SOA Bundle Patch 12.1.3.0.3


No comments:

Post a Comment