Create_Blob_Item

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

Parameters

path_
   
Path for the file.

file_name_
   
Name of the file.

Return

The Binary (BLOB) represntation of the file.