aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild/oracle/oracle3
1 files changed, 1 insertions, 2 deletions
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