Updated the knob/metric output samples for each of the Oracle versions we support since my fix changed all of them.
This commit is contained in:
8
client/driver/oracleScripts/restartOracle.sh
Normal file
8
client/driver/oracleScripts/restartOracle.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
sqlplus / as sysdba <<EOF
|
||||
shutdown immediate
|
||||
startup
|
||||
quit
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user