From c9eae209fae465dd0b7b47d9e1fe05d23426acb0 Mon Sep 17 00:00:00 2001 From: pesse Date: Tue, 2 May 2023 17:54:36 +0200 Subject: [PATCH] improve template to use latest cli --- development/template.env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/template.env.sh b/development/template.env.sh index 7761a70c4..2dc1782a5 100755 --- a/development/template.env.sh +++ b/development/template.env.sh @@ -2,9 +2,9 @@ export SQLCLI=sql # For sqlcl client #export SQLCLI=sqlplus # For sqlplus client -export CONNECTION_STR=127.0.0.1:1521/xe ORACLE_VERSION=11g-r2-xe# Adjust the connect string +export CONNECTION_STR=127.0.0.1:1521/xe # Adjust the connect string export ORACLE_PWD=oracle # Adjust your local SYS password -export UTPLSQL_CLI_VERSION="3.1.6" +export UTPLSQL_CLI_VERSION="3.1.9" export SELFTESTING_BRANCH=develop export UTPLSQL_DIR="utPLSQL_latest_release"