File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ release/
1212* .gz
1313* .zip
1414node_modules /
15- utPLSQL /
15+ utPLSQL_latest_release /
1616utPLSQL-cli /
17-
17+ development / env.sh
Original file line number Diff line number Diff line change 4545 - UT3_DOCKER_REPO="utplsqlv3/oracledb"
4646 - DOCKHER_HUB_REPO="${DOCKER_BASE_TAG:-$UT3_DOCKER_REPO}"
4747 # utPLSQL released version directory
48- - UTPLSQL_DIR="utPLSQL "
48+ - UTPLSQL_DIR="utPLSQL_latest_release "
4949 matrix :
5050 - ORACLE_VERSION="${DOCKER_TAG_11G:-11g-r2-xe}" CONNECTION_STR='127.0.0.1:1521/XE' DOCKER_OPTIONS='--shm-size=1g'
5151 - ORACLE_VERSION="${DOCKER_TAG_12C:-12c-r1-se2}" CONNECTION_STR='127.0.0.1:1521/ORCLPDB1' DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ unzip utPLSQL-cli.zip && chmod -R u+x utPLSQL-cli && rm utPLSQL-cli.zip
7676
7777```
7878
79- Now adjust the file `` development/env.sh `` to match your local needs.
79+ Now copy the file ` development/template. env.sh ` to ` development/env.sh ` and adjust variables to match your local needs.
8080You might have to adjust the following lines:
8181
8282```` bash
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ export UTPLSQL_DIR=" utPLSQL_latest_release"
4+ export SQLCLI=sql # For sqlcl client
5+ # export SQLCLI=sqlplus # For sqlplus client
6+ export CONNECTION_STR=127.0.0.1:1521/xe # Adjust the connect string
7+ export ORACLE_PWD=oracle # Adjust your local SYS password
8+
9+
310export UT3_OWNER=ut3
411export UT3_OWNER_PASSWORD=ut3
512export UT3_RELEASE_VERSION_SCHEMA=ut3_latest_release
@@ -8,9 +15,4 @@ export UT3_TESTER_PASSWORD=ut3
815export UT3_TABLESPACE=users
916export UT3_USER=" UT3\$ USER#"
1017export UT3_USER_PASSWORD=ut3
11- export UTPLSQL_DIR=" utPLSQL_latest_release"
12- export SQLCLI=sql # For sqlcl client
13- # export SQLCLI=sqlplus # For sqlplus client
14- export CONNECTION_STR=127.0.0.1:1521/xe # Adjust the connect string
15- export ORACLE_PWD=oracle # Adjust your local SYS password
1618
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ export UTPLSQL_DIR=" utPLSQL_latest_release"
4+ export SQLCLI=sql # For sqlcl client
5+ # export SQLCLI=sqlplus # For sqlplus client
6+ export CONNECTION_STR=127.0.0.1:1521/xe # Adjust the connect string
7+ export ORACLE_PWD=oracle # Adjust your local SYS password
8+
9+
10+ export UT3_OWNER=ut3
11+ export UT3_OWNER_PASSWORD=ut3
12+ export UT3_RELEASE_VERSION_SCHEMA=ut3_latest_release
13+ export UT3_TESTER=ut3_tester
14+ export UT3_TESTER_PASSWORD=ut3
15+ export UT3_TABLESPACE=users
16+ export UT3_USER=" UT3\$ USER#"
17+ export UT3_USER_PASSWORD=ut3
18+
You can’t perform that action at this time.
0 commit comments