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: How to convert byte to blob by using PL?SQL

Re: How to convert byte to blob by using PL?SQL

From: Daniel Morgan <damorgan_at_exxesolutions.com>
Date: Tue, 05 Aug 2003 16:59:20 -0700
Message-ID: <1060128084.223240@yasure>


andrew wrote:

>Hi,
>I am writing a transformation function between from a MQ to a AQ, In
>MQ side I write byte message and in AQ side I am using BLOB type. so
>the transformation function should convert byte to BLOB in PL/SQL.
>anybody know how to write this function?
>thanks in advance.
>Andrew
>
>

BLOB or CLOB? Either way ... look at the DBMS_LOB package and the CAST function.

-- 
Daniel Morgan
http://www.outreach.washington.edu/extinfo/certprog/oad/oad_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Tue Aug 05 2003 - 18:59:20 CDT

Original text of this message

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