Apply Patch Set 4 (10.2.0.5) in RAC Environment
Environment Details:
ORACLE_HOME=/home/oracle/oracle/product/10.2.0/db
CRS_HOME=/home/oracle/oracle/product/10.2.0/crs
Oracle
Database Version
SQL> select * from v$version;
Database 10g Enterprise Edition Release 10.2.0.1.0 – Prod
Release 10.2.0.1.0 – Production
for Solaris: Version 10.2.0.1.0 – Production
Version 10.2.0.1.0 – Production
CRS Active Version
crsctl query crs activeversion
Note: The active version is the lowest software version
running in a cluster.
Software Version
crsctl query crs softwareversion
Note: The software version is the binary version of the
software on a particular cluster node.
Task
1
Perform Clean shutdown to the database in
All node
Shutdown ASM services on All Node
Shutdown CRS Service on All Node
./crsctl stop crs
Task
2
Navigate to patch set 4 (8202632) on node 1
Launch Oracle Universal Installer
On the destination page select Oracle CRS
Home
Click Next………………………..(Must be Complete Post Installation Steps)
Task 3 Down the Listener Service
$srvctl stop listener -n RAC1
$srvctl stop listener -n RAC2
Task 4
Navigate to patch set 4 (8202632) on node 1
Launch Oracle Universal Installer
On the destination page select Oracle
Database Home
Click Next………………………..(Must be Complete Post Installation Steps)
Task 5
Start CRS Stack on Node 1
$./crsctl start crs
Task 7 Connect Node 1
Set the CLUSTER_DATABASE
initialization parameter to TRUE
:
SQL> ALTER SYSTEM SET CLUSTER_DATABASE=TRUE SCOPE=spfile;
Restart the database:
SQL> SHUTDOWN IMMEDIATE
SQL> STARTUP
Start any database services that you
want to use:
$ srvctl start service -d db_name -s service_name
Responses