CLOB = Character Large OBject
BLOB = Binary Large OBjects
I saw CLOB on Oracle engine, BLOB on Firebird/Interbase, for me they are the same meaning.
What a BLOB does ? I quote from Firebird documentation:
A Blob is used to store very large data objects of indeterminate and variable size, such as bitmapped graphics images, vector drawings, sound files, video segments, chapter or book-length documents, or any other kind of multimedia information. Because a Blob can hold different kinds of
information, it requires special processing for reading and writing.