Gap in Sequence
Hello Everyone,
I am having a small issue in sequence, some time it generate numbers with the gap of 20 or 18. I writing the creating sequence command, please suggest where i am doing something wrong.
Regards,
CREATE SEQUENCE "ABC_SEQUENCE" MINVALUE 1 MAXVALUE 999999999999999999999999999 INCREMENT BY 1 START WITH 28679 CACHE 20 NOORDER NOCYCLE ;
Thanks in Advance
Regards,