SQL Language (MOSC)

MOSC Banner

Gap in Sequence

edited May 8, 2014 11:08AM in SQL Language (MOSC) 4 commentsAnswered ✓

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,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center