Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Passing large char buffers from a C extended procedure
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
![]() |
![]() |