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 be either a binary large object (BLOB) or a character large object (CLOB).
See also:
SQL Reference Manual, LONG [VARCHAR]
Loader, Exporting and Importing LONG Values