EBS R12.1.2 , 需要安装部署ISG, 有3个opatch 需要安装, 还特别提示需要执行 $INST_TOP/ora/10.1.3/.env 然后执行。
听顾问说主要是为了在 ORACLE_HOME = 10.1.3 的情况下执行 (我看了INST_TOP/ora/10.1.3下的.env文件,的确是ORACLE_HOME
指向 10.1.3) 。 但是我们的EBS R12.1.2 系统环境变量是 ORACLE_HOME 是 tech_st/10.1.2 , IAS_ORACLE_HOME 是 tech_st/10.1.3 ,
因为opatch可以rollback, 所以我们做了测试, PATH 中的OPatch目录是 tech_st/10.1.2/OPatch , 我们没有执行 $INST_TOP/ora/10.1.3/.env ,
直接开始opatch apply , 然后在 IAS_ORACLE_HOME查询 , opatch lsinventory -invPtrLoc $IAS_ORACLE_HOME/oraInst.loc -oh $IAS_ORACLE_HOME ,
可以查询到。
这个怎么理解 ?
参考:
Installing Oracle E-Business Suite Integrated SOA Gateway, Release 12 [ID 556540.1] 下的
3.2 Upgraded with Oracle10g Application Server Release 3 (10.1.3) Patch Set 5 (10.1.3.5.0)
具体的opatch前面的提示
Source the file $INST_TOP/ora/10.1.3/.env and then apply the following patches to the Oracle10 g Application Server 10.1.3.5 Oracle Home:
指向 10.1.3) 。 但是我们的EBS R12.1.2 系统环境变量是 ORACLE_HOME 是 tech_st/10.1.2 , IAS_ORACLE_HOME 是 tech_st/10.1.3 ,
因为opatch可以rollback, 所以我们做了测试, PATH 中的OPatch目录是 tech_st/10.1.2/OPatch , 我们没有执行 $INST_TOP/ora/10.1.3/.env ,
直接开始opatch apply , 然后在 IAS_ORACLE_HOME查询 , opatch lsinventory -invPtrLoc $IAS_ORACLE_HOME/oraInst.loc -oh $IAS_ORACLE_HOME ,
可以查询到。
这个怎么理解 ?
参考:
Installing Oracle E-Business Suite Integrated SOA Gateway, Release 12 [ID 556540.1] 下的
3.2 Upgraded with Oracle10g Application Server Release 3 (10.1.3) Patch Set 5 (10.1.3.5.0)
具体的opatch前面的提示
Source the file $INST_TOP/ora/10.1.3/.env and then apply the following patches to the Oracle10 g Application Server 10.1.3.5 Oracle Home:
本文转自ITPUB博客tolywang的博客,原文链接:opatch需要在ORACLE_HOME为10.1.3下执行 ??,如需转载请自行联系原博主。