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 Loss

Re: Sequence Number Loss

From: Sean Fitzgerald <sfitzgerald_at_centuryinter.net>
Date: Thu, 7 Jan 1999 21:51:55 -0500
Message-ID: <Vsel2.3945$w91.1678921@newsread1-mx.centuryinter.net>

when you created the sequence did you specify an amout of numbers to cache?

for example you can specify a sequence starting at 1 and say "cache 20". This will cache the next 20 numbers into memory for faster access. However, it is like they are used so if you stop and start the db, then you will cache the next 20 numbers at startup.

Specify no cache (the default) when you create a sequence to avoid this. Received on Thu Jan 07 1999 - 20:51:55 CST

Original text of this message

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