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
285522a0f5
ottertune
/
client
/
driver
/
oracleScripts
/
startupOracle.sh
8 lines
55 B
Bash
Raw
Blame
History
#!/bin/sh
sqlplus / as sysdba
<<EOF
startup
quit
EOF
Reference in New Issue
View Git Blame
Copy Permalink