Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-29250

invalid index specified in call to DBMS_SQL.BIND_ARRAY

Cause

An invalid index was specified in a call to the BIND_ARRAY procedure of the DBMS_SQL package. The index may have been null or an improper value.


Action

Correct the index value by modifying your PL/SQL program and try the BIND_ARRAY call again.