diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-11-28 12:19:52 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-11-28 12:19:52 +0200 |
commit | 00a3409902646f8c8576ec06eb26243c9cf629f1 (patch) | |
tree | 808dba19b6002ec8e68c8d03cac37bc805ceea30 | |
parent | 25d1585f1ec1886dc5afb5d754f6b7269ff7d994 (diff) |
Corrections to Oracle test scripts for Windows
-rw-r--r-- | oracle-driver.bat | 5 | ||||
-rw-r--r-- | oracle.options | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/oracle-driver.bat b/oracle-driver.bat index 83662bf..7f531ed 100644 --- a/oracle-driver.bat +++ b/oracle-driver.bat @@ -13,8 +13,9 @@ rem setlocal -set "options=%ORACLE_OPTIONS%" +set "options=%ORACLE_OPTIONS% -L -S" set "options=%options% odb_test/odb_test" +rem set "options=%options% odb_test/odb_test@//192.168.0.5:1521/xe" set "oracle=%ORACLE_CLIENT%" @@ -25,7 +26,7 @@ if "_%1_" == "__" ( goto usage ) -%oracle% %options% < %1 +%oracle% %options% @%1 if errorlevel 1 goto error goto end diff --git a/oracle.options b/oracle.options index 3f4f77f..f01413e 100644 --- a/oracle.options +++ b/oracle.options @@ -4,6 +4,6 @@ --user odb_test --password odb_test -# --service # --host # --port +# --service |