Database Error Messages

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

PLS-00852

Iteration form arguments are not allowed in a constructor for type string because it has a VARCHAR2 index type.

Cause

Iteration form arguments were used in a constructor for an associative array type that has a VARCHAR2 index type.


Action

Do not specify an iteration form argument for this constructor.