SANDBOX
Back to open source

infinispan/infinispan · 2022

Infinispan

Fixed Oracle JDBC index discovery and naming when database schemas are configured.

JavaOraclePersistence

What I contributed

I corrected Oracle JDBC index lookup to pass the configured schema separately from the unqualified table name. The fix also prevented schema-qualified names from producing duplicated or incorrectly truncated index identifiers.

Why it mattered

JDBC-backed Infinispan stores could initialize and inspect indexes correctly when deployed into explicitly configured Oracle schemas.