Indexing and partitioning of JSON Collection Tables in Oracle Database 23ai | Julian Dontcheff's Database Blog
In the Oracle Database, a JSON Collection Table is a special table that provides JSON documents in a single JSON-type object column named DATA. JSON Collection Tables stores JSON documents. You can create such a collection by using the CREATE JSON COLLECTION TABLE command. Each document in a JSON Collection Table must have a document-identifier field, _id, at the top level, whose value…