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.
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.
Repeat the command with a positive or negative integer.
Change the starting value and/or the minimum and maximum values and repeat the command.