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:
dvanaken
2019-11-05 19:39:34 -05:00
committed by Dana Van Aken
parent e1b29eaafa
commit cf19380107
19 changed files with 44991 additions and 46524 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
sqlplus / as sysdba <<EOF
shutdown immediate
startup
quit
EOF