Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to convert byte to blob by using PL?SQL
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