1.

What Is The Difference Between Internal And External Lobs?

Answer»

LOB datatype can be internal or external. Internal LOBS are CLOB, NCLOB, and BLOB that are stored in the database; WHEREAS, external LOBs are BFILEs that are stored outside the database as external files. Although both LOB types have the pointer to the LOCATION, the BFILEs are stored EXTERNALLY across hard disks or on external storage; whereas, internal LOBs have to be stored in the different location within the database itself.

LOB datatype can be internal or external. Internal LOBs are CLOB, NCLOB, and BLOB that are stored in the database; whereas, external LOBs are BFILEs that are stored outside the database as external files. Although both LOB types have the pointer to the location, the BFILEs are stored externally across hard disks or on external storage; whereas, internal LOBs have to be stored in the different location within the database itself.



Discussion

No Comment Found