Skip to content

Commit 08be74b

Browse files
tanbroclaude
andcommitted
debug: check if DBMS_LOCK exists in Oracle Free
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 00e09d3 commit 08be74b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
podman exec oracledb sqlplus -s / as sysdba <<'EOF'
160160
ALTER SESSION SET "_ORACLE_SCRIPT"=TRUE;
161161
ALTER SESSION SET CONTAINER=FREEPDB1;
162+
SELECT * FROM all_objects WHERE object_name = 'DBMS_LOCK' AND owner = 'SYS';
162163
GRANT EXECUTE ON SYS.DBMS_LOCK TO test;
163164
SELECT * FROM dba_tab_privs WHERE table_name = 'DBMS_LOCK' AND grantee = 'TEST';
164165
exit;

0 commit comments

Comments
 (0)