INSTALLATION DOCUMENTS BY RAVI

Friday, April 14, 2017

Opatch Commands OBIEE 11g and OBIEE 12c

Obiee 11g linux:

#./opatch lsinventory
#./opatch lsinventory |grep -i 'applied'

Obiee 11g windows:
>opatch lsinventory | findstr "applied"

Obiee 12c on linux:
#./opatch lsinventory
#./opatch lsinventory |grep -i 'applied'

Or

#opatch lsinventory -jre $ORACLE_HOME/oracle_common/jdk/jre
#opatch lsinventory -jre $ORACLE_HOME/oracle_common/jdk/jre | grep -i 'applied'


Obiee 12c on windows:
>opatch lsinventory -jre $ORACLE_HOME/oracle_common/jdk/jre | findstr "applied"

No comments:

Post a Comment

  Opatch reports 'Cyclic Dependency Detected' error when patching ODI   Issue: When applying a Patch Set Update (PSU) to WebLogic Se...