Database Error Messages

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

PLS-00868

The iterand type for an iteration control is not compatible with the collection index type, use SEQUENCE, or INDEX iterator association instead of a basic iterator association.

Cause

The type of the iterand for an iteration cotrol used in a qualified expression was not compatible with the index type for the collection.


Action

Use an INDEX or SEQUENCE iterator association instead of a basic iterator association.