oehrlis / oudbase

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

oraenv.sh source slow #11

Closed oehrlis closed 6 years ago

oehrlis commented 6 years ago

Sourcing oraenv.sh can be slow on certain environments due to the find command. Find in oraenv.sh should be removed and rather be part of the installation eg. by search and set default values.

oehrlis commented 6 years ago

move find commands to oudbase_install.sh. introduce the core config file oudenv_core.conf with customized values of ORACLE_HOME, ORACLE_FMW_HOME, JAVA_HOME etc