DBMS_LOB
This package provides procedures to work with BLOBs, CLOBs, NCLOBs, BFILEs, and temporary LOBs.
Procedures
The most relevant procedures are:
GET_LENGTH
: gets the length of the LOB valueFILEOPEN
: opens a fileLOADFROMFILE
: loads LOB data from a fileAPPEND
: appends the contents of a source LOB to a destination LOBOPEN
: opens an LOBREAD
: reads data from the LOB starting at the specified offsetWRITE
: writes data to the LOB from a specified offsetCLOSE
: closes a previously opened LOB