Order of sequence number generation

From: Sabarinath Nair <snair_at_mit.edu>
Date: 1997/10/22
Message-ID: <344E51DE.5E125716_at_mit.edu>#1/1


Hello,

[Quoted] [Quoted] I have a sequence created using the foolowing SQL.

[Quoted] [Quoted] create sequence SEQ_MESSAGE_ID INCREMENT BY 1 START WITH 100 maxvalue 999999999999 ORDER; [Quoted] When I use this sequence, thru a stored procedure, the sequence numbers which are generated are not incrimented by 1. instead it gets increments of 20. 1, 21, 42 etc...

[Quoted] Does any one know how to get around this...

Thanks
Sabari Received on Wed Oct 22 1997 - 00:00:00 CEST

Original text of this message