Content Column Max Length
The collection metadata component that specifies the maximum length of the content column in bytes. This component applies only to content of type VARCHAR2.
| Property | Value |
|---|---|
| Default value | 4000 |
| Allowed values | 32767 if extended data types are enabled. Otherwise, 4000 if content column type is VARCHAR2. |
| JSON collection metadata document path | contentColumn.maxLength |
See Also: Oracle Database SQL Language Reference for information about extended data types
Related Topics