From 686ef924fb16c62e037098c09bb8bc56f0767366 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 25 Nov 2011 15:18:12 +0200 Subject: Corrections to Windows and MinGW build scripts --- test/windows/odb/oracle-driver.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/windows/odb/oracle-driver.bat') diff --git a/test/windows/odb/oracle-driver.bat b/test/windows/odb/oracle-driver.bat index 83662bf..6962970 100644 --- a/test/windows/odb/oracle-driver.bat +++ b/test/windows/odb/oracle-driver.bat @@ -13,8 +13,8 @@ rem setlocal -set "options=%ORACLE_OPTIONS%" -set "options=%options% odb_test/odb_test" +set "options=%ORACLE_OPTIONS% -L -S" +set "options=%options% odb_test/odb_test@//192.168.0.X:1521/xe" set "oracle=%ORACLE_CLIENT%" @@ -25,7 +25,7 @@ if "_%1_" == "__" ( goto usage ) -%oracle% %options% < %1 +%oracle% %options% @%1 if errorlevel 1 goto error goto end -- cgit v1.1