Wednesday, 16 September 2015

FMW 11.1.1.7.0 - Applying Patch 20444775: OID BUNDLE PATCH 11.1.1.7.3

FMW 11.1.1.7.0 - Applying Patch 20444775: OID BUNDLE PATCH 11.1.1.7.3

- Download the patch p20444775_111170_Linux-x86-64.zip (select patch for relevant platform) to staging area and unzip it.

- Set environment variables

export ORACLE_HOME=/SID/fmw/product/111/idm_111

export PATH=$ORACLE_HOME/OPatch:$PATH


Applying the patch

- Stop all Oracle Internet Directory servers to which you will apply this Bundle Patch by running the following command:

$ORACLE_INSTANCE/bin/opmnctl stopall

Any application that uses this Server and any Oracle Internet Directory-protected servers will not be accessible during this period.

- Take Backup of Middleware home: MW_HOME/idm_111

- cd /SID/admin/patches/20444775

- opatch apply

- Start all Servers.


Post Patching

After applying the bundle patch, you must do the following:

- If Oracle Internet Directory is configured to use privileged port then run the following:

$ORACLE_HOME/oidRoot.sh


- Execute the following sql files:

cd $ORACLE_HOME/ldap/admin

   sqlplus ods/<odsPassword>@oiddb
   @b14691597.sql
   @b17318444.sql
   @oiddpndn.sql
   @oidtblkl.sql
   @b18346595.sql
   @b13936477.sql
   @b19584514.sql


- Start all Oracle Internet Directory server instances by running the following command:

$ORACLE_INSTANCE/bin/opmnctl startall


Removing the Bundle Patch

If any issues encountered post patching and requires a rollback

- Stop the services

$ORACLE_INSTANCE/bin/opmnctl stopall

$ opatch rollback -id 20444775

- Restart services


ORACLE_INSTANCE/bin/opmnctl startall

1 comment:

  1. Hi, Thanks for your post!
    What does privileged port means in OID ? Can you please explain!

    ReplyDelete