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

Home -> Community -> Usenet -> c.d.o.server -> Re: Convert CSV data held in a CLOB into columns

Re: Convert CSV data held in a CLOB into columns

From: jeremy <jeremy0505_at_gmail.com>
Date: Mon, 10 Dec 2007 18:16:05 -0000
Message-ID: <MPG.21c792b7b3d0eec998a4ca@news.individual.net>


In article <1197243180.661199_at_bubbleator.drizzle.com>, DA Morgan says...
> > Re-read the original post and you will see what I am trying to achieve.
> > A CLOB's content may have structure - e.g. XML - I am trying to
> > determine if there is a method by which the content of a CLOB, when
> > known to be in CSV format, can be easily procesed in pl/sql.
>
> Clearly the answer is yes. You can efficiently use DBMS_LOB.SUBSTR and
> DBMS_LOB.INSTR to parse it up rather efficiently.

So it would appear there is no "packaged" method for this - a roll-your- own approach seems to be the order of the day.

>
> What you then do with the pieces is up to you.
>

Quite.

-- 
jeremy
Received on Mon Dec 10 2007 - 12:16:05 CST

Original text of this message

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