Definitions for "Clob" Add To Word List
Login or Register  | Word Lists | Search History

a large character object stored as a column value in a row of a database table
Helpful?           0
an internal LOB and therefore can participate in database transactions
Helpful?           0
A smart large object data type that stores blocks of text items, such as ASCII or PostScript files. See also smart large object.
Helpful?           0
Pronounced "see-lob." See Character Large Object.
Helpful?           0
(Character Large Object) A term for a large file of characters stored as part of a database record.
Helpful?           0
A large object whose value is composed of single-byte fixed-width character data that corresponds to the database character set defined for the Oracle8 database.
Helpful?           0
CLOB (Character Large Object) is an Oracle datatype that can hold up to 4 GB of data. Also see BLOB.
Helpful?           0
CLOB stands for Character Large OBject. Similar to a BLOB, it is an object stored and treated as a whole without any further structuring efforts. Unlike BLOBs, CLOBs are not stored as binary data, but as character data. This enables storing entire blocks of text data, such as ASCII or PostScript files.
Helpful?           0