The following reasons are possible:
- 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.