SQL Loader: How to load binary files
Mike SAug 24 2007 — edited Aug 24 2007Hi All,
I need to load a binary file into the database (BLOB) using SQL Loader. What I have are only two files. The first file is an attributes file that contains the file names, the file sizes, the file descriptions, etc. The second file is a binary file that contains ALL the files described in the attributes file. They are concatenated in the same order that the attributes file names them.
This data load is different from any other that I've encountered before because I am familiar with loads that have separate files.
I'm sorry if this is not the right board to post this question, but I'd greatly appreciate any help.
Regards,
mike six