Pre-26ai Collection Metadata Components (Reference)

This section only applies to pre-26ai collections. 26ai JSON collection tables and views do not have separate metadata and are not configurable via metadata. While the metadata accessor or *_SODA_COLLECTION views return metadata for these collections, it is simply synthesized on the fly for SODA driver use.

Collection metadata is composed of multiple components, each described in detail below.

Note: The identifiers used for collection metadata components (schema name, table name, view name, database sequence name, and column names) must be valid Oracle quoted identifiers.1 Some characters and words that are allowed in Oracle quoted identifiers are strongly discouraged. For details, see Oracle Database SQL Language Reference.

Related Topics

  1. Reminder: letter case is significant for a quoted SQL identifier; it is interpreted case-sensitively.Â