diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-10-17 09:12:58 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-10-21 11:47:16 +0200 |
commit | bdeee8eabc02e01f57c2fc43415ef8813ed69814 (patch) | |
tree | cd291b4b628074838138ab82468f2d10321ac3ba | |
parent | 84f9ce9150abfb5f4424d8e94fefa932af3172fa (diff) |
Add -S option when invoking SQLPlus to suppress some output
-rwxr-xr-x | build/oracle/oracle | 2 |
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 |