oehrlis / oudbase

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

Support other Directory types like OID, ODSEE #14

Closed oehrlis closed 6 years ago

oehrlis commented 6 years ago

if [ "$(find ${ORACLE_BASE} ! -readable -prune -o -name dsadm -printf '%f\n')" = "dsadm" ]; then export DIRECTORY_TYPE=ODSEE

fallback for ODSEE home...

export ORACLE_HOME=${ORACLE_HOME:-"$(find ${ORACLE_BASE} ! -readable -prune -o -name dsadm -print |sed 's/\/bin\/dsadm$//'|head -n 1)"}
echo "Directory type is ${DIRECTORY_TYPE}"

fi

oehrlis commented 6 years ago

Support for ODSEE and OUDSM (OUD Server Manager) has been implemented OID is currently not planned