- Without the synonyms
character large objectandchar large object - Without length limit:
clob(1) - Without the mandatory multipliers
k,mandg - Without the synonym
char large object
The character large object type is, like all large object types, limited to fewer operations than their other character string relatives. They are, for example, disallowed in primary keys and foreign key constraints as only support the equality (=) comparisons. “Applications would typically not transfer entire LOB values to and from the database (after initial storage, that is), but would manipulate LOB values through a special client-side type called a LOB locator.”
The optional length limit can use kilo, mega, giga, tera and peta factors (powers of two).
Related
- Supplementary Features
- Mandatory Features
- Optional Features
- Implementation-defined Elements
Normative References
The types character large object, char large object, clob, national character large object, nchar large object and nclob are defined in ISO/IEC 9075-2:2023 as part of the optional feature T046, “CLOB data type”. They first appeared in 1999.

