Database Error Messages

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

OCI-29252

Collection does not contain elements at index locations in the call to dbms_sql.bind_array.

Cause

The bound table did not contain elements at both index locations in the call to bind_array of dbms_sql. This was not allowed. Both index locations must contain elements. tab.exists(index1) and tab.exists(index2) must both return true.


Action

Either modify the two indexes or the contents of the table and retry the call.