Amazon books

Tuesday, September 28, 2010

Using opatch brings error : OPatch detects your platform as 226 while this patch 8372118 supports platforms

I were trying to apply a patch and got the error show below:

########################################################
[appsoa@hom3 8372118]$ /app01/SOA/iassoa/OPatch/opatch apply

Oracle Interim Patch Installer version 1.0.0.0.56
Copyright (c) 2006 Oracle Corporation. All Rights Reserved..

We recommend you refer to the OPatch documentation under
OPatch/docs for usage reference. We also recommend using
the latest OPatch version. For the latest OPatch version
and other support related issues, please refer to document
293369.1 which is viewable from metalink.oracle.com

Oracle Home : /app01/SOA/iassoa
Oracle Home Inventory : /app01/SOA/iassoa/inventory
Central Inventory : /app01/SOA/iassoa/oraInventory
from : /etc/oraInst.loc
OUI location : /app01/SOA/iassoa/oui
OUI shared library : /app01/SOA/iassoa/oui/lib/linux/liboraInstaller.so
Java location : /app01/SOA/iassoa/jre/1.4.2/bin/java
Log file location : /app01/SOA/iassoa/.patch_storage//*.log

Creating log file "/app01/SOA/iassoa/.patch_storage/8372118/Apply_8372118_09-28-2010_12-55-17.log"

Invoking fuser to check for active processes.


OPatch detects your platform as 226 while this patch 8372118 supports platforms:
0 (Generic Platform 1)

########################################################

The workaround is:

export OPATCH_PLATFORM_ID=0

And run the opatch again.

Best Regards,
Paulo Portugal

No comments:

Post a Comment