This method is used to create a BLOB record of a file stored in a physical driver.
FUNCTION Create_Blob_Item (
path_ IN VARCHAR2,
file_name_ IN VARCHAR2) RETURN BLOB
path_
Path for the file.
file_name_
Name of the file.
The Binary (BLOB) represntation of the file.