File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
.github/workflows/docker-execute-seed-data Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 2727 shell : bash
2828 run : |
2929 docker exec oracle-db bash -c "sqlplus -s sys/$ORACLE_PWD@localhost:1521/XE as sysdba @/home/oracle.sql"
30- docker exec oracle-db bash -c "echo \"SELECT BFILE_COLUMN FROM DataTypes;\" | sqlplus -s sys/$ORACLE_PWD@localhost:1521/XE as sysdba"
31- docker exec oracle-db bash -c "echo \"SELECT DIRECTORY_NAME, DIRECTORY_PATH FROM ALL_DIRECTORIES WHERE DIRECTORY_NAME = 'MY_DIRECTORY';\" | sqlplus -s sys/$ORACLE_PWD@localhost:1521/XE as sysdba"
32- docker exec oracle-db bash -c "echo \"SELECT DIRECTORY_NAME, DIRECTORY_PATH FROM ALL_DIRECTORIES WHERE DIRECTORY_NAME = 'my_directory';\" | sqlplus -s sys/$ORACLE_PWD@localhost:1521/XE as sysdba"
33- docker exec oracle-db bash -c "ls -l /home"
34- docker exec oracle-db bash -c "ls /home/oracle.sql"
3530 env :
3631 ORACLE_PWD : ${{ inputs.dbPassword }}
3732
You can’t perform that action at this time.
0 commit comments