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 -> Passing large char buffers from a C extended procedure

Passing large char buffers from a C extended procedure

From: mukesh bhakta <mukesh_bhakta_at_hotmail.com>
Date: 10 Apr 2006 20:38:10 -0700
Message-ID: <1144726690.624863.79780@t31g2000cwb.googlegroups.com>


Hi guys,

I have a C function which returns large string buffers (> 4000 bytes) to the calling application. I understand VARCHAR2 has a 4000 character limit under Oracle and cannot be used for passing.

I read about CLOB being an alternative but cannot find any code samples to pass it from C and declare it in a stored proc.

Can someone please help me with this?

Regards

MB Received on Mon Apr 10 2006 - 22:38:10 CDT

Original text of this message

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