Database Error Messages

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

PLS-01911

: associative array key violates its type constraints

Cause

The key value of an element being inserted into an associative array violates the the key type constraints.


Action

Relax the constraints if the key value is meant to be acceptable. Otherwise, apply a valid key value when inserting an element.