Character data in a smart large object

You can use a smart large object to store very large amounts of character data. The MI_LO_HANDLE data type has a structure, called an LO handle, that identifies the location of smart-large-object data in a separate database partition, called an sbspace.

For smart-large-object data that is character data, use the SQL CLOB data type. The CLOB data type allows you to store varying-length character data that is potentially larger than 32 KB. The CLOB data type is a predefined opaque type (an opaque data type that HCL Informix® defines).