Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> sequence omits numbers?
Hi Stephan,
'nocahce' will incur performance penalties if the sequence is hit a lot.
The best solution is to pin the sequence in memory, then you have the best of both worlds - fast(er) responses because the values are cached, and no loss of cached values (unless shutdown abort called).
Cheers,
Norm.
Tel: 0113 289 6265 Fax: 0113 289 3146 URL: http://www.Lynx-FS.comReceived on Tue Aug 05 2003 - 09:59:09 CDT
-------------------------------------
![]() |
![]() |