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.