We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ab619 commit 0f62347Copy full SHA for 0f62347
github_scripts/install_utplsql.sh
@@ -4,4 +4,6 @@ curl -Lk "${UTPLSQL_DOWNLOAD_URL}" -o utPLSQL.zip
4
5
unzip -q utPLSQL.zip
6
7
+dir
8
+
9
docker run --rm -v ${{ github.workspace }}/utPLSQL/source:utPLSQL -w utPLSQL/source --network host --entrypoint sqlplus truemark/sqlplus sys/oracle@//127.0.0.1:1521/XE as sysdba @install_headless.sql UT3 UT3 users
0 commit comments