LOB Types
|
a LOB whose value is composed of
|
BLOB
| unstructured binary ("raw") data.
|
CLOB
| single-byte fixed-width character data that corresponds to the database
character set defined for the Oracle database.
|
NCLOB
| fixed-width multibyte character data that corresponds to the national
character set defined for the Oracle database.
|
BFILE
| a LOB whose large binary data is stored in operating system files outside of
database tablespaces. They may also be located on tertiary storage devices such
as hard disks, CD-ROMs, PhotoCDs, and DVDs.
|