Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / Large Objects
 

Populating a BFILE Column with a Pointer to a File

You use the Oracle database's BFILENAME() function to populate the BFILE column with a pointer to your external file. The BFILENAME() function accepts two parameters: the database directory object's name (which was created earlier) and the name of the file.