Skip to content

Commit 6372968

Browse files
tanbroclaude
andcommitted
fix: use setup-scripts instead of startup-scripts for Oracle
setup-scripts run during database initialization as SYSDBA, which is required for granting DBMS_LOCK permissions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a762103 commit 6372968

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
app-user: test
147147
app-user-password: test
148-
startup-scripts: ${{ github.workspace }}/.github/scripts
148+
setup-scripts: ${{ github.workspace }}/.github/scripts
149149

150150
- name: Install the project
151151
env:

0 commit comments

Comments
 (0)