Note:
1. We are running a single node RAC on Red Hat 5 Update 3
2. We are running 11.2.0.1 of the database
[oracle@jin1 ~]$ . oraenv
ORACLE_SID = [dbtools1] ? +ASM1
The Oracle base for ORACLE_HOME=/apps/11.2.0/grid is /apps/oracle
[oracle@jin1 ~]$ srvctl start database -d DBTOOLS
[oracle@jin1 ~]$ . oraenv
ORACLE_SID = [+ASM1] ? DBTOOLS1
The Oracle base for ORACLE_HOME=/apps/oracle/product/11.2.0/dbhome_1 is /apps/oracle
[oracle@jin1 [...] Read Charles Kim's Blog... |
You will want to apply patch number 8708893 after you upgrade your Grid Control OMS to 10.2.0.5.
You can ignore the warning OUI-67303 if any, after applying the patch.
bash-3.00$ cd 8708893
bash-3.00$ export PATH=$ORACLE_HOME/OPatch:$PATH
bash-3.00$ chmod 664 $ORACLE_HOME/j2ee/OC4J_EM/applications/em/em/home.jsp
bash-3.00$ opatch lsinventory
bash-3.00$ opatch napply -skip_subset
Invoking OPatch 10.2.0.4.5
Oracle Interim Patch Installer version 10.2.0.4.5
Copyright (c) 2008, Oracle Corporation. All rights [...] Read Charles Kim's Blog... |