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: BLOB -> CLOB conversion

Re: BLOB -> CLOB conversion

From: Lothar Armbruester <lothar.armbruester_at_t-online.de>
Date: Tue, 11 Nov 2003 18:17:08 +0100
Message-ID: <PM0003CBDC148B4E31@hades.none.local>


Jeremy wrote:
> If you have a BLOB which you know contains only char data, how do you
> read that into a CLOB in PL/SQL so that you can perform (limited in
> 8.1.7) string functions on it?
>
> (8.1.7)
>

Hello Jeremy,

I don't know if it's in 8.1.7 already but in 9i there is an utl_raw package that can can convert raw to varchar2 and vice versa.

Hope that helps,
Lothar

-- 
Lothar Armbrüster       | la_at_oktagramm.de
Hauptstr. 26            | la_at_heptagramm.de
D-65346 Eltville        | lothar.armbruester_at_t-online.de
Received on Tue Nov 11 2003 - 11:17:08 CST

Original text of this message

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