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

Re: BLOB/CLOB data

From: damorgan <damorgan_at_exesolutions.com>
Date: Wed, 27 Mar 2002 21:37:04 GMT
Message-ID: <3CA23B81.BF6C3421@exesolutions.com>


Look at the DBMS_LOB package.

Daniel Morgan

"Butt, Naseem [CAR:7622:EXCH]" wrote:

> Can someone tell me how I can get a csv file with say 4 columns of data into
> a BLOB/CLOB data type in one of my tables.
> eg csv file format is
>
> Col1,Col2,Col3,Col4
> w1,x1,y1,z1
>
> What functionality do I use to load the csv data directly into the BLOB/CLOB
> datatype, and how will it be stored, such that I can get at the data in an
> easy manner for graph plotting ?
>
> Thanks for any help?
>
> Naseem.
Received on Wed Mar 27 2002 - 15:37:04 CST

Original text of this message

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