Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitff8ce42

Browse files
committed
No testdata
1 parentbc581a1 commitff8ce42

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎scripts/2_install_demo_project.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
docker run --rm -v$(pwd):/work -w /work/ --network host --entrypoint sqlplus truemark/sqlplus:19.8 \
22
sys/oracle@//127.0.0.1:1521/XE as sysdba @scripts/sql/create_users.sql
33

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp