aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-17 09:12:58 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-21 11:47:16 +0200
commitbdeee8eabc02e01f57c2fc43415ef8813ed69814 (patch)
treecd291b4b628074838138ab82468f2d10321ac3ba /build
parent84f9ce9150abfb5f4424d8e94fefa932af3172fa (diff)
Add -S option when invoking SQLPlus to suppress some output
Diffstat (limited to 'build')
-rwxr-xr-xbuild/oracle/oracle2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/oracle/oracle b/build/oracle/oracle
index 76badcb..7c53922 100755
--- a/build/oracle/oracle
+++ b/build/oracle/oracle
@@ -66,6 +66,8 @@ elif [ -n "$service" ]; then
conn="$conn@$service"
fi
+opt="-S $opt"
+
if [ -n "$1" ]; then
exec $driver $opt $conn <$1
else