Added oracle crash reporting - Dongsheng

This commit is contained in:
arifiorino
2019-12-03 03:20:47 +00:00
committed by Dana Van Aken
parent 0dff040012
commit 99a9c3318e
2 changed files with 17 additions and 1 deletions

View File

@@ -1,8 +1,11 @@
#!/bin/sh
LOGFILE="$1"
sqlplus / as sysdba <<EOF
shutdown immediate
spool $LOGFILE
startup
spool off
quit
EOF