Content Column Format
The collection metadata component that specifies the format of the column that stores the document content.
Remove mention that it is only available on an ADB when JSON type is not enabled. Also: added AJD to list of ADBs.
The value of this metadata component is automatically OSON — you cannot change it. This component is available only when the database is an Oracle Autonomous Database: Autonomous JSON Database (AJD), Autonomous Transaction Processing (ATP), or Autonomous Data Warehouse (ADW), and only when the value of metadata component content type (field contentColumn.sqlType) is BLOB.
| Property | Value |
|---|---|
| Allowed value | "OSON" |
| JSON collection metadata document path | contentColumn.jsonFormat |
Note: You need certain versions of SODA drivers and related software to support collection content type that uses Oracle’s native JSON binary format, OSON, that is, for JSON type or for BLOB type with format OSON. See SODA Drivers.
Related Topics