oehrlis / oudbase

OUD base environment scripts
Apache License 2.0
6 stars 1 forks source link

Wrong ORACLE_HOME when not below products #51

Closed oehrlis closed 6 years ago

oehrlis commented 6 years ago

Somehow the wrong ORACLE_HOME is set when the binaries are not installed below $ORACLE_BASE/product

oehrlis commented 6 years ago

It seems that this is related to OUD 11g. Function get_oracle_home does get a wrong home based on install.path

OUD 12c => /u00/app/oracle/product/fmw12.2.1.3.0/oud OUD 11g => /u00/app/oracle/product/fmw11.1.2.3.0

oehrlis commented 6 years ago

fixed in release v1.5.7. Identify OUD 12 and OUD 11 based on the Oracle home path.