** Expected Behavior**
When run ./dxh_runsql.sh and it provides usage it should match the Wiki page:
https://github.com/delphix/dxhooks/wiki/dxh_runsql
It would also be nice to show the examples for OS auth.
I also found that you can just set ORACLE_SID and also provide a username and password, and it will connect via local connection with username and password (not quite the same as OS auth).
** Actual Behavior**
Usage incorrectly shows all parameters as required
usage: ./dxh_runsql.sh -o config-clone|pre-refresh|post-refresh|pre-snapshot|post-snapshot|pre-rewind|post-rewind|pre-start|post-stop -s {SERVICE_NAME|ORACLE_SID} -u {USERNAME} -p {PASSWORD} -t {SQL_SCRIPT}
** Expected Behavior**
When run ./dxh_runsql.sh and it provides usage it should match the Wiki page:
https://github.com/delphix/dxhooks/wiki/dxh_runsql
It would also be nice to show the examples for OS auth.
I also found that you can just set ORACLE_SID and also provide a username and password, and it will connect via local connection with username and password (not quite the same as OS auth).
** Actual Behavior**
Usage incorrectly shows all parameters as required
usage: ./dxh_runsql.sh -o config-clone|pre-refresh|post-refresh|pre-snapshot|post-snapshot|pre-rewind|post-rewind|pre-start|post-stop -s {SERVICE_NAME|ORACLE_SID} -u {USERNAME} -p {PASSWORD} -t {SQL_SCRIPT}