Displaying 1 result from an estimated 1 matches for "orahom".
Did you mean:
oracom
2008 Nov 15
1
Oracle start up script issue with RHEL3 Cluster
...;;
status)
status
;;
*)
echo $" Not Applicable"
exit 1
esac
echo "exiting script"
exit $RETVAL
###################################################################################
stopdb.sh
/home/oracle/orahome/bin/sqlplus /nolog<<EOF
connect sys/sysxyzcall at xyzcall as sysdba
shutdown immediate;
host lsnrctl stop
quit;
EOF
exit
######################################################################################
startdb.sh
#######################################################################
/...