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.
