From bdeee8eabc02e01f57c2fc43415ef8813ed69814 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Mon, 17 Oct 2011 09:12:58 +0200 Subject: Add -S option when invoking SQLPlus to suppress some output --- build/oracle/oracle | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build') 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 -- cgit v1.1