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: Loading BLOB / CLOB

Re: Loading BLOB / CLOB

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Tue, 07 May 2002 15:06:16 GMT
Message-ID: <3CD7ED60.2387B7DA@exesolutions.com>


Mark wrote:

> Answer? DBMS_LOB.
>
> M
>
> Thomas Ruschival <t.ruschival_at_vivid-md.de> wrote in message news:<20020507005356.29a51afd.t.ruschival_at_vivid-md.de>...
> > Hi,
> >
> > I don't know, didn't find the right information about "how to load LOB
> > (BLOB/CLOB) into the Database".
> > OK, I have binary Data and Character in Files > 500 MB. How can I load this
> > stream into a BLOB Field in the Database?
> > - BTW I can't use SQLJ or any Java classes because there is no JServer
> > option on this Oracle 8.1.7 Instance.
> >
> > Thanks alot
> >
> > Thomas

What in DBMS_LOB is going to help you read data directly from a client machine rather than from the server?

Daniel Morgan Received on Tue May 07 2002 - 10:06:16 CDT

Original text of this message

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