tool · inferred from evidence
EXPLAIN PLAN
A database command or tool used to display the execution plan of a query.
- Oracle vector store ignores JSON Search Index when vector index exists
The problem was the generated SQL was missing the optimizer hint that makes the database consider both indexes, so the JSON Search Index sat unused whenever a vector index existed. The fix adds the VECTOR_INDEX_TRANSFORM hint to the query,