Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Passing large string buffers from C extended proc
I assume by "pass a huge string array" you mean a sequence of
characters in the C sense, not in the PL/SQL array sense. If so, the
VARCHAR2 you are trying to return is limited to 32767 characters.
Regards,
Steve Received on Wed Apr 12 2006 - 14:38:23 CDT