sequence "<str>" has an illegal value for <str> Explanation: The attribute specified during a create sequence or alter sequence command is illegal. The attribute "INCREMENT BY" must not be zero (0). User Action: Please review attributes and correct the sequence command. If the attribute was "INCREMENT BY" make sure it is non-zero.