Oracle Solution for Error ora-08003

Solution for Oracle Error ORA-08003

ORA-08003: sequence string.NEXTVAL exceeds internal limits

What triggered the Error:

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.

What should we do to fix it:

Alter or recreate the sequence number with legal limits.