Database Error Messages

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

PLS-00566

type name "string" cannot be constrained

Cause

A lob, date, boolean, rowid, or mlslabel type was constrained with a length specification. For example: X BLOB(5);


Action

Remove the constraint.