The LONG VARCHAR data type stores character data of arbitrary length.
LONG VARCHAR
The maximum size is 2 GB minus 1 byte (231 - 1).
Multibyte characters can be stored as LONG VARCHAR, but the length is in bytes, not characters.
SQL/2008 Large object support is SQL language feature T041 of the SQL/2008 standard.