File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
docker run --rm -v $( pwd) :/work -w /work/ --network host --entrypoint sqlplus truemark/sqlplus:19.8 \
2
2
sys/oracle@//127.0.0.1:1521/XE as sysdba @scripts/sql/create_users.sql
3
3
4
- docker run --rm -v $( pwd) :/work -w /work/ --network host --entrypoint sqlplus truemark/sqlplus:19.8 \
5
- app/pass@//127.0.0.1:1521/XE @scripts/sql/create_app_objects.sql
6
-
7
- docker run --rm -v $( pwd) :/work -w /work/ --network host --entrypoint sqlplus truemark/sqlplus:19.8 \
8
- code_owner/pass@//127.0.0.1:1521/XE @scripts/sql/create_source_owner_objects.sql
9
-
10
- docker run --rm -v $( pwd) :/work -w /work/ --network host --entrypoint sqlplus truemark/sqlplus:19.8 \
11
- tests_owner/pass@//127.0.0.1:1521/XE @scripts/sql/create_tests_owner_objects.sql
4
+ # docker run --rm -v $(pwd):/work -w /work/ --network host --entrypoint sqlplus truemark/sqlplus:19.8 \
5
+ # app/pass@//127.0.0.1:1521/XE @scripts/sql/create_app_objects.sql
6
+ #
7
+ # docker run --rm -v $(pwd):/work -w /work/ --network host --entrypoint sqlplus truemark/sqlplus:19.8 \
8
+ # code_owner/pass@//127.0.0.1:1521/XE @scripts/sql/create_source_owner_objects.sql
9
+ #
10
+ # docker run --rm -v $(pwd):/work -w /work/ --network host --entrypoint sqlplus truemark/sqlplus:19.8 \
11
+ # tests_owner/pass@//127.0.0.1:1521/XE @scripts/sql/create_tests_owner_objects.sql
You can’t perform that action at this time.
0 commit comments