WARNING: The patch number for the PSU has changed, but I didn’t have time to update the blog entry yet! Please ensure you read MOS note 1082394.1 now, and disregard the instructions below. The new PSU for Grid Infrastructure is patch 9778840!
DO NOT FOLLOW THESE INSRTUCTIONS! Update to follow
So here I am again, PSU 11.2.0.1.1 for Grid Infrastructure is out, so let’s get it applied. It’s known as patch 9343627 internally. Quite a chunky download at around 340 MB!
Going through the readme we find the ususal suspects, amongst them the new opatch deployment and the locking/unlocking of the Grid Infrastructure home.
OPatch 11.2
We need opatch 11.2 for this patch-it’s patch 6880880 on metalink. Make sure to download the 11.2 version, some 26MB in size. Deploy as follows to the RDBMS home:
[oracle@rac11gr2node1 ~]$ . oraenv ORACLE_SID = [oracle] ? admindb The Oracle base for ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1 is /u01/app/oracle [oracle@rac11gr2node1 ~]$ cd $ORACLE_HOME [oracle@rac11gr2node1 dbhome_1]$ mv OPatch OPatch.11.1 [oracle@rac11gr2node1 dbhome_1]$ cp /mnt/db11.2/p6880880_112000_Linux-x86-64.zip . [oracle@rac11gr2node1 dbhome_1]$ unzip -q p6880880_112000_Linux-x86-64.zip rm [oracle@rac11gr2node1 dbhome_1]$ rm p6880880_112000_Linux-x86-64.zip
Deployment to the Grid Infrastructure home has to wait until the home is unlocked, see below. Don’t forget to deploy OPatch 11.2 though! The interesting bit about this patch is that there are parts for the RDBMS as well. And as it turned out, the zipfile for patch 9343627 contains the RDBMS PSU 1 as well. How odd-haven’t seen this before but nevermind.
Both PSUs can be applied in a rolling fashion-just ensure you stop and unlock the ORACLE_HOMEs on one node at a time. My Grid Infrastructure installation is owned by user “grid”, the RDBMS by user “oracle”. I am not using shared Oracle homes. The OS is RHEL 5.5 64bit. Read the rest of this entry »