Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Passing large string buffers from C extended proc

Re: Passing large string buffers from C extended proc

From: <stevedhoward_at_gmail.com>
Date: 12 Apr 2006 12:38:23 -0700
Message-ID: <1144870703.806153.19800@e56g2000cwe.googlegroups.com>


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

Original text of this message

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