Background documentation-3103: Invalid sequence definition Locate this document in the navigation structure

 

Explanation
  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.

User Response
  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.