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
5b697b9c56
ottertune
/
client
/
driver
/
oracleScripts
/
shutdownOracle.sh
8 lines
66 B
Bash
Raw
Blame
History
#!/bin/sh
sqlplus / as sysdba
<<EOF
shutdown immediate
exit
EOF
Reference in New Issue
View Git Blame
Copy Permalink