ottertune/client/driver/oracleScripts/startupOracle.sh

8 lines
55 B
Bash

#!/bin/sh
sqlplus / as sysdba <<EOF
startup
quit
EOF