This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
SQLDaily
sqldaily.bsky.social
did:plc:blmnab373idbogizdn742doc
Index scalar values in #JSON arrays stored in Oracle Database with
CREATE MULTIVALUE INDEX ... ON t ( t.json_data.array.<type> )
The optimizer can use these indexes when searching the array with
JSON_EXISTS ( t.json_data, ' $.array? ( @.<type> == ... ) '
2025-10-02T11:03:17.858Z