Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: question on oracle sequences
Hi,
By default it will increment the sequence by 1...you can change this by
setting the INCREMENT BY parameter (e.g. INCREMENT BY 5, INCREMENT BY -2
etc)
Hope this helps,
Steve
Igor Aptekar wrote:
> Does an oracle sequence always allocated numbers contiguously? Are there any
> conditions under which it wouldn't do this?
>
> thanks
>
>
Received on Thu Mar 08 2001 - 12:22:45 CST
![]() |
![]() |