Hi All,
I have an 300k xls (Excel) file that I need to store in an Oracle DB without taking a file system hit.. I have read that by using BLOB, it only places a “holder” item in the Table and points to the file system for the actual binary file..
How can I store the entire binary item in the Oracle Database Table??
Thanks in advance.
Mike