Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: sequence number

Re: sequence number

From: Christine <karistom_at_hotmail.com>
Date: 11 Nov 2004 22:00:10 -0800
Message-ID: <693b7163.0411112200.7e56e37b@posting.google.com>


Please check the value [INCREMENT_BY].
INCREMENT_BY shold be 1 if you want to increase 1 at a time.

select SEQUENCE_NAME, INCREMENT_BY, LAST_NUMBER from user_sequences; Received on Fri Nov 12 2004 - 00:00:10 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US