Closed oehrlis closed 6 years ago
if [ "$(find ${ORACLE_BASE} ! -readable -prune -o -name dsadm -printf '%f\n')" = "dsadm" ]; then export DIRECTORY_TYPE=ODSEE
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
Support for ODSEE and OUDSM (OUD Server Manager) has been implemented OID is currently not planned
if [ "$(find ${ORACLE_BASE} ! -readable -prune -o -name dsadm -printf '%f\n')" = "dsadm" ]; then export DIRECTORY_TYPE=ODSEE
fallback for ODSEE home...
fi