Database Error Messages

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

ORA-64603

NEXTVAL cannot be instantiated for string. Widen the sequence by string digits or alter sequence with SCALE EXTEND.

Cause

The NOEXTEND constraint was specified for the scalable sequence and the generated value was wider than the sequence maximum value.


Action

Widen the sequence maximum value or remove the NOEXTEND constraint.