Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: UTL_FILE

RE: UTL_FILE

From: Jack C. Applewhite <japplewhite_at_inetprofit.com>
Date: Wed, 13 Jun 2001 11:44:34 -0700
Message-ID: <F001.0032835F.20010613112543@fatcity.com>

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



Jack C. Applewhite
Database Administrator/Developer
OCP Oracle8 DBA
iNetProfit, Inc.
Austin, Texas
www.iNetProfit.com
japplewhite_at_inetprofit.com
(512)327-9068
-- 
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-L

(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Wed Jun 13 2001 - 13:44:34 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US