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 nextval problem

Re: Sequence nextval problem

From: Maija-Leena Kangasmäki <maija-leena.kangasmaki_at_tieto.com>
Date: Tue, 09 Mar 1999 14:50:39 GMT
Message-ID: <36E534F5.6F0F73ED@tieto.com>


If you want to avoid this I think you should create your sequence with no cache option.

Maija-Leena

Vincent Croquette wrote:

> When I select the nextval of a sequence, I sometimes get the previous value
> + the sequence cache size (def 20)
>
> Ex : Sequence.Nextval => 1
> Sequence.Nextval => 2
> Sequence.Nextval => 22 !!!!
>
> Thanks in advance to anyone could help
Received on Tue Mar 09 1999 - 08:50:39 CST

Original text of this message

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