diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-11-28 12:18:07 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-11-28 12:18:07 +0200 |
commit | 3e4339ad65422372794d7ad66c290d283c1e3d05 (patch) | |
tree | 535228caf222100a32785bbaab5294e9be2e3662 /oracle-driver.bat | |
parent | a44261b92b0ea53ddfc43b5ea325976c1a872826 (diff) |
Corrections to Oracle test scripts for Windows
Diffstat (limited to 'oracle-driver.bat')
-rw-r--r-- | oracle-driver.bat | 5 |
1 files changed, 3 insertions, 2 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 |