From 9862cef1421bdc08a99c06f08de2dc5396832185 Mon Sep 17 00:00:00 2001
From: Constantin Michael <constantin@codesynthesis.com>
Date: Thu, 27 Oct 2011 12:26:23 +0200
Subject: Simplify Oracle driver

---
 build/oracle/oracle | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'build/oracle')

diff --git a/build/oracle/oracle b/build/oracle/oracle
index 6eedb14..276ac4d 100755
--- a/build/oracle/oracle
+++ b/build/oracle/oracle
@@ -45,7 +45,6 @@ if [ -z "$driver" ]; then
   driver=sqlplus
 fi
 
-opt="-L"
 conn=$user
 
 if [ -n "$passwd" ]; then
@@ -66,7 +65,7 @@ elif [ -n "$service" ]; then
   conn="$conn@$service"
 fi
 
-opt="-S $opt"
+opt="-L -S $opt"
 
 if [ -n "$1" ]; then
   exec $driver $opt $conn @$1
-- 
cgit v1.1