Applying Patch to upgrade from 11.2.0.1.0 to 11.2.0.2.0 on HP-UX
The pre-checking was fine and when I run the "apply" i got this error.....
$ pwd
/u01/app/oracle/product/11.2.0/db_1/OPatch
$
$ /u01/app/oracle/product/11.2.0/db_1/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir ./10248523
Invoking OPatch 11.2.0.1.4
Oracle Interim Patch Installer version 11.2.0.1.4
Copyright (c) 2010, Oracle Corporation. All rights reserved.
PREREQ session
Oracle Home : /u01/app/oracle/product/11.2.0/db_1
Central Inventory : /u01/app/oraInventory
from : /var/opt/oracle/oraInst.loc
OPatch version : 11.2.0.1.4
OUI version : 11.2.0.1.0
OUI location : /u01/app/oracle/product/11.2.0/db_1/oui
Log file location : /u01/app/oracle/product/11.2.0/db_1/cfgtoollogs/opatch/opatch2011-02-16_16-13-28PM.log
Patch history file: /u01/app/oracle/product/11.2.0/db_1/cfgtoollogs/opatch/opatch_history.txt
Invoking prereq "checkconflictagainstohwithdetail"
Prereq "checkConflictAgainstOHWithDetail" passed.
OPatch succeeded.
$
$
$
$ cd 10248523
$
$ ls -lt
total 92
-rwxr-xr-x 1 oracle oinstall 42155 Feb 16 16:11 README.html
-rwxr-xr-x 1 oracle oinstall 21 Feb 16 16:11 README.txt
-rwxr-xr-x 1 oracle oinstall 2871 Feb 16 16:11 patchmd.xml
drwxr-xr-x 4 oracle oinstall 96 Feb 16 16:11 etc
drwxr-xr-x 5 oracle oinstall 96 Feb 16 16:11 files
$
$ pwd
/u01/app/oracle/product/11.2.0/db_1/OPatch/10248523
$
$ /u01/app/oracle/product/11.2.0/db_1/OPatch/opatch apply
Invoking OPatch 11.2.0.1.4
Oracle Interim Patch Installer version 11.2.0.1.4
Copyright (c) 2010, Oracle Corporation. All rights reserved.
Oracle Home : /u01/app/oracle/product/11.2.0/db_1
Central Inventory : /u01/app/oraInventory
from : /var/opt/oracle/oraInst.loc
OPatch version : 11.2.0.1.4
OUI version : 11.2.0.1.0
OUI location : /u01/app/oracle/product/11.2.0/db_1/oui
Log file location : /u01/app/oracle/product/11.2.0/db_1/cfgtoollogs/opatch/opatch2011-02-16_16-14-46PM.log
Patch history file: /u01/app/oracle/product/11.2.0/db_1/cfgtoollogs/opatch/opatch_history.txt
ApplySession applying interim patch '10248523' to OH '/u01/app/oracle/product/11.2.0/db_1'
Running prerequisite checks...
Patch 10248523: Optional component(s) missing : [ oracle.rdbms.rsf, 11.2.0.2.0 ] , [ oracle.rdbms, 11.2.0.2.0 ]
Prerequisite check "CheckApplicable" failed.
The details are:
Patch "10248523" is a no-op patch.
ApplySession failed during prerequisite checks: Prerequisite check "CheckApplicable" failed.
System intact, OPatch will not attempt to restore the system
OPatch failed with error code 74
$
$