Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> help: ORA-06513 ???
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.
Any idea? Thank you.
Andrea
Received on Mon Jul 09 2001 - 16:30:03 CDT
![]() |
![]() |