Skip to content
Snippets Groups Projects
Commit edf98416 authored by Steven Murray's avatar Steven Murray
Browse files

Set ORACLE_SQLPLUS to the standard location /usr/lib/oracle/19.3/client64/bin/sqlplus

parent b1b3cf79
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
. /opt/run/bin/init_pod.sh
# oracle sqlplus client binary path
ORACLE_SQLPLUS="/usr/bin/sqlplus64"
ORACLE_SQLPLUS="/usr/lib/oracle/19.3/client64/bin/sqlplus"
die() {
stdbuf -i 0 -o 0 -e 0 echo "$@"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment