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 02ea063 commit 21d1832Copy full SHA for 21d1832
scripts/2_install_demo_project.sh
@@ -4,4 +4,4 @@ docker run --rm -v $(pwd):/work -w /work/ --network host \
4
5
docker run --rm -v $(pwd):/work -w /work/ --network host \
6
--entrypoint sqlplus gvenzl/oracle-xe:18-slim \
7
- ut3_demo/ut3_demo@//127.0.0.1:1521/XE as sysdba @source/install.sql
+ ut3_demo/ut3_demo@//127.0.0.1:1521/XE @source/install.sql
0 commit comments