ottertune/client/driver/oracleScripts/shutdownOracle.sh

8 lines
66 B
Bash

#!/bin/sh
sqlplus / as sysdba <<EOF
shutdown immediate
exit
EOF