You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: skip Oracle testing due to DBMS_LOCK.REQUEST limitation in Oracle Free
After extensive testing and research, it's confirmed that Oracle Database
Free (23c/23ai) does NOT support the DBMS_LOCK.REQUEST function which is
required for distributed lock functionality.
This is a fundamental limitation of Oracle Database Free/Express editions,
not related to the container image flavor (slim/full both lack this feature).
Oracle testing should be done locally using:
docker compose -f db.docker-compose.yml up
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments