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: Andrew Kompaneev <akomp_at_redler.zzn.com>
Date: Thu, 23 May 2002 16:19:34 +0400
Message-ID: <acimg3$1mka$1@bull.east.ru>


Hi

Thanks a lot for your mail. But I have found decission for it problem. I should decribe my external function as:

procedure kuku(...) name "..." is external library ... LANGUAGE C WITH CONTEXT parameters(CONTEXT, ...);

and pass OCIExtProcContext to my DLL function. After that I can work with CLOB as OCILobLocator, convert it to (void *buf) and transver into MQSeries. This process was described just a little in the Oracle help documents: "LOBs in ExternalProcedures", "Doing Callback", "Configuration FIles for External Procedures/Specifying Datatypes", "Registering an External Procedure".

"Ken Wallis" <kenws_at_empower.aust.com> wrote in message news:3cec30bd_at_news.comindico.com.au...

> No offence intended Andrew, but you might consider dropping the 'Expert'
> sig. in this ng. for a while at least. I'm nowhere near an 'Expert', but
> this stuff isn't rocket science.

Do you so think? :)))))))))))))))))))))))
And I shall ask the my australian friends about you and your skills and
expiriences.......... :)))))))))))))))))))))))

--
Best regards,
Andrew Kompaneev, Expert.
AlconsSoft InformSystems Ltd.,
http://www.alconssoft.ru/eng
Received on Thu May 23 2002 - 07:19:34 CDT

Original text of this message

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