Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

PLS-00689

A bulk bind cannot be the index of a collection.

Cause

A bulk bind is being used as a index of an unsupported collection (for example, a nested table).


Action

Use a FOR LOOP or do not use the unsupported collection.