Pages

Monday, February 29, 2016

How To Check The Techstack Version

How To Check The Techstack Version 


Verify the 10.1.3.X  Oracle Home version and the required version is 10.1.3.4 or higher <Use Document 454811.1> (for 10.1.3.5 ) or <Document 728531.1> (for 10.1.3.4 ) to upgrade it

TO check the versions perform the below

cd $INST_TOP/ora/10.1.3
 . ./$CONTEXT_NAME.env

$ORACLE_HOME/OPatch/opatch lsinventory -detail -invPtrLoc $ORACLE_HOME/oraInst.loc | egrep 'Oracle Application Server 10g|Patch of Oracle Application Server 10g'

Note: Oracle Application Server 10g signifies the Base Install and Patch of Oracle Application Server 10g signifies the Patchset on top of it

Example:

$ORACLE_HOME/OPatch/opatch lsinventory -detail -invPtrLoc $ORACLE_HOME/oraInst.loc | egrep 'Oracle Application Server 10g|Patch of Oracle Application Server 10g'

Oracle Application Server 10g                                       10.1.3.0.0
Patch of Oracle Application Server 10g                         10.1.3.4.0

Verify the 10.1.2.X  Oracle Home version and the required version is 10.1.2.3 <Use Document 437878.1 to upgrade it.>

TO check the versions perform the below

Log-out and Re-Login, before performing the following steps.

$ORACLE_HOME/OPatch/opatch lsinventory -detail -invPtrLoc $ORACLE_HOME/oraInst.loc | egrep 'Oracle Application Server 10g|Patch of Oracle Application Server 10g'

Note: Oracle Application Server 10g signifies the Base Install Patch of Oracle Application Server 10g signifies the Patchset on top of it

Example:

$ORACLE_HOME/OPatch/opatch lsinventory -detail -invPtrLoc $ORACLE_HOME/oraInst.loc | egrep 'Oracle Application Server 10g|Patch of Oracle Application Server 10g'

Oracle Application Server 10g                                         10.1.2.0.2
Patch of Oracle Application Server 10g                           10.1.2.3.0

No comments:

Post a Comment