Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
The LONG VARCHAR data type stores character data of arbitrary length.
LONG VARCHAR
The maximum byte size is 2 GB minus 1 byte (231 - 1).
Indexes cannot be created on a LONG VARCHAR type.
A LONG VARCHAR type can only be used in the LENGTH and CAST functions.