Added oracle crash reporting - Dongsheng
This commit is contained in:
committed by
Dana Van Aken
parent
0dff040012
commit
99a9c3318e
@@ -1,8 +1,11 @@
|
||||
#!/bin/sh
|
||||
LOGFILE="$1"
|
||||
|
||||
sqlplus / as sysdba <<EOF
|
||||
shutdown immediate
|
||||
spool $LOGFILE
|
||||
startup
|
||||
spool off
|
||||
quit
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user