LONG is a special data type that is used to define an alphanumeric column of any length. Very long character strings and binary information can be stored in LONG columns: a LONG value can either be a BLOB (Binary Large Object) or a CLOB (Character Large Object).
See also:
· Reference Manual, LONG [VARCHAR]
· Loader, Unloading and Loading LONG Values