We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc8698 commit bc84f11Copy full SHA for bc84f11
1 file changed
scripts/2_install_demo_project.sh
@@ -1,3 +1,7 @@
1
docker run --rm -v $(pwd):/work -w /work/ --network host \
2
--entrypoint sqlplus gvenzl/oracle-xe:18-slim \
3
- sys/oracle@//127.0.0.1:1521/XE as sysdba @source/install.sql
+ sys/oracle@//127.0.0.1:1521/XE as sysdba @source/create_user.sql
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
0 commit comments