advertisements
_____________________________________________________________________________________________________________________
Error Description: Error is due to the bug where the file is populated with incorrect platform ID. File is $ORACLE_HOME/inventory/ContentsXML/oraclehomeproperties.xml
$ cat oraclehomeproperties.xml
<?xml version="1.0" standalone="yes" ?>
<ORACLEHOME_INFO>
<ARU_PLATFORM_INFO>
<ARU_ID>453</ARU_ID>
<ARU_ID_DESCRIPTION>Solaris</ARU_ID_DESCRIPTION>
</ARU_PLATFORM_INFO>
</ORACLEHOME_INFO>
Solution:
- In Solaris verify the oracle is 64-bit using below mentioned command
$file $ORACLE_HOME/bin/oracle
If it is 32-bit version install the 32-bit version of opatch
- Open the $ORACLE_HOME/inventory/ContentsXML/oraclehomeproperties.xml and change the <ARU_ID> as per your operating system.
For HP-UX = 59, Solaris 64-bit = 23, AIX 5L = 212
- Set the environment variable OPATCH_PLATFORM_ID=59
For HP-UX = 59, Solaris 64-bit = 23, AIX 5L = 212
_____________________________________________________________________________________________________________________
0 comments:
Post a Comment