Database Error Messages

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

PLS-00861

MUTABLE is not allowed for the iterand when INDICES OF iteration control is used.

Cause

The MUTABLE keyword was specified for the iterand in an iterator that used an INDICES OF iteration control.


Action

Remove the MUTABLE keyword.