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: CLOB -> DLL

Re: CLOB -> DLL

From: Ken Wallis <kenws_at_empower.aust.com>
Date: Wed, 22 May 2002 11:07:10 +1000
Message-ID: <3ceaef3f@news.comindico.com.au>


"Andrew Kompaneev" <akomp_at_redler.zzn.com> wrote

> Who knows about inherit of typedef struct OCILobLocator?
> Or I need pass PL/SQL CLOB to external function as (void *buf) and CLOB
can
> be more then 32K.
> Or I need pass PL/SQL CLOB to IBM MQSeries function MQPUT and get CLOB
from
> MQGET.
> Who knows it and can help me?

Once you have an OCILobLocator for your CLOB, your OCI code needs to use OCIRead() to get the data associated with the LOB. You can then pass the data as a void * to MQ Series.

HTH,

--
Ken Wallis
Empower Data Solutions Pty Limited
Blue Mountains, Sydney, Australia

Envision, enable, enhance ... Empower
Received on Tue May 21 2002 - 20:07:10 CDT

Original text of this message

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