This website requires JavaScript.
Explore
Sign In
public
/
ottertune
Watch
1
Star
0
Fork
You've already forked ottertune
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a3833d83b1
ottertune
/
client
/
driver
/
oracleScripts
/
shutdownOracle.sh
12 lines
102 B
Bash
Raw
Blame
History
#!/bin/sh
su - oracle
<<EON
oracle
sqlplus / as sysdba <<EOF
shutdown immediate
exit
EOF
exit
EON
Reference in New Issue
View Git Blame
Copy Permalink