Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: UTL_FILE
Someone was pointing out that UTL_FILE provides sequential access to OS files and wanted to know of any tool that provided random access. Just after I read and deleted that message I thought about a possible solution using Oracle's built-in tools.
How about creating a little table with a BFile column. Make the external document a BFile, then you could use all the DBMS_LOB procedures and functions on it. I've not done that, but theoretically it would work, as long as the file is less than 4GB.
Anybody used DBMS_LOB procedures on large BFiles?
Jack
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jack C. Applewhite INET: japplewhite_at_inetprofit.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Wed Jun 13 2001 - 13:44:34 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).