Size value is zero. Explanation: You have supplied a zero value in a context that does not allow such a value. You specified SIZE IS 0 for an index key compression in CREATE INDEX statement, INCREMENT BY 0 for a CREATE SEQUENCE or ALTER SEQUENCE statement, or IDENTITY with a 0 for the increment-by parameter in a CREATE TABLE or ALTER TABLE statement. User Action: Use a non-zero value. SIZE IS requires a value great than zero, sequences and IDENTITY require any value except zero.