Skip to content

Commit

Permalink
path to sqlplus
Browse files Browse the repository at this point in the history
  • Loading branch information
yahonda committed Sep 20, 2023
1 parent 07aad1e commit d0f8357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/setup_accounts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -ev

${ORACLE_HOME}/sqlplus system/${DATABASE_SYS_PASSWORD}@${DATABASE_NAME} <<SQL
sqlplus system/${DATABASE_SYS_PASSWORD}@${DATABASE_NAME} <<SQL
@@spec/support/alter_system_set_open_cursors.sql
@@spec/support/create_oracle_enhanced_users.sql
exit
Expand Down

0 comments on commit d0f8357

Please sign in to comment.