ORA-29250 Invalid index specifed in call to dbms_sql.bind_array
Oracle Database Server Error Code Messages ORA-29250 Description Help About;
Invalid index specifed in call to dbms_sql.bind_array.
Problem Error Cause;
An invalid index was specified in a call to BIND_ARRAY of DBMS_SQL. The index may have been null or of an improper value.
How to Solve and fix; ORA-29250 Invalid index specifed in call to dbms_sql.bind_array?
Fix Action for Solve;
Correct the index value by modifying your PL/SQL program and try the BIND_ARRAY call again.