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

Home -> Community -> Usenet -> c.d.o.misc -> Re: DBMS_LOB Part II

Re: DBMS_LOB Part II

From: <bhutaak_at_my-deja.com>
Date: Mon, 25 Oct 1999 13:50:53 GMT
Message-ID: <7v1n7s$3vu$1@nnrp1.deja.com>


Dear mgumbs
There is procedure read as part of DBMS_LOB package. This can be used to lob from database. The read is like
procedure read(lob_loc IN BLOB.amount IN OUT BINARY_INTEGER, offset IN INTEGER, buffer OUT raw);
over loaded for CLOB,BFILE,NCLOB.
Keep it up
Reagrds.

In article <000b8d9b.9dd43317_at_usw-ex0101-008.remarq.com>,   mgumbs <mgumbsNOmgSPAM_at_hotmail.com.invalid> wrote:
> Hi,
>
> I have managed to read a character document into the DB using
DBMS_LOB.
> Is there a way to extract the entire document out again using DBMS_LOB
> without doing it line by line without using UTL_FILE?
>
> Mark
>
> * Sent from RemarQ http://www.remarq.com The Internet's Discussion
Network *
> The fastest and easiest way to search and participate in Usenet -
Free!
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Oct 25 1999 - 08:50:53 CDT

Original text of this message

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