Oracle DBA, How To, Error, Cause and Action

ORA-08003: sequence string.NEXTVAL exceeds internal limits

ORA-08003: sequence string.NEXTVAL exceeds internal limits




Cause: The sequence was created with unsafe values for some of the parameters. The calculation of NEXTVAL cannot be made because it exceeds the legal represention size.




Action: Alter or recreate the sequence number with legal limits.