We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc84f11 commit 55933e7Copy full SHA for 55933e7
1 file changed
scripts/1_install_utplsql.sh
@@ -1,4 +1,4 @@
1
git clone --depth=1 --branch=${UTPLSQL_VERSION} https://github.com/utPLSQL/utPLSQL.git utPLSQL
2
-
+chmod -R go+w $(pwd)/utPLSQL/source
3
docker run --rm -v $(pwd)/utPLSQL:/utPLSQL -w /utPLSQL/source --network host \
4
--entrypoint sqlplus gvenzl/oracle-xe:18-slim sys/oracle@//127.0.0.1:1521/XE as sysdba @install_headless.sql UT3 UT3 users
0 commit comments