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: Reading large files with UTL/FILE

Re: Reading large files with UTL/FILE

From: Atish Prasad Das <atish.das_at_wipro.com>
Date: Mon, 22 May 2000 16:47:40 +0530
Message-Id: <10505.106203@fatcity.com>


use the function DBMS_LOB.LOADFROMFILE()......

> following problem:
>
> inside a PL/SQL procedure I need to open file containing text and insert
> the complete file into an internal CLOB. Because varchar2 is limited
> to 32767 bytes I can not read the file in one run. On the other side
> UTF_FILE.GET_LINE() also has some limitations. Because lines can
> be longer than 32768 bytes what is the recommended way for handling
> such files ?
>
> AndreasB
>
>
> --
> Author: Andreas Jung
> INET: ajung_at_sz-sb.de
>
> 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 Mon May 22 2000 - 06:17:40 CDT

Original text of this message

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