Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: help: ORA-06513 ???
Andrea Oracle wrote:
>
> Hi, I have a simply SP, which dose an update when
> criteria matches. It takes 34 IN paramters, if the
> service_location_id matches what's in the table, then
> update other 33 columns. It's 815 on Sun 5.6.
>
> When I execute it in sqlplus, it works fine. But the
> programmer told me that he called it using a wrap
> written in C++, and got error:
>
> [SERVERERROR] ORA-06513: PL/SQL: index for PL/SQL
> table out of range for host language array.
>
> The wrap is used to run all the sp/functions, and
> works very well, except this one.
>
> Attached is the procedure.
Removed by the mailing list server.
>
> Any idea? Thank you.
>
> Andrea
You cannot bind an array with more than 32K (or about) elements (using
a two-byte index).
It must be the reason for your error.
-- Regards, Stephane Faroult Oriole Corporation Voice: +44 (0) 7050-696-269 Fax: +44 (0) 7050-696-449 Performance Tools & Free Scripts -------------------------------------------------------------- http://www.oriole.com, designed by Oracle DBAs for Oracle DBAs -------------------------------------------------------------- -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Stephane Faroult INET: sfaroult_at_oriole.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Jul 09 2001 - 17:18:49 CDT
![]() |
![]() |