The following reasons are possible:
...
1. In the CREATE SEQUENCE statement, the value 0 was specified for the interval between two numbers to be created by the sequence. This is not allowed.
2. In the <CREATE SEQUENCE statement>, a starting value was specified which is not within the range defined by the minimum and maximum value; or a minimum value was specified that is greater than the maximum value.
...
1. Repeat the command with a positive or negative integer.
2. Change the starting value and/or the minimum and maximum values and repeat the command.