Database Error Messages

OCI-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.