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-use is it possible, what is the standard

Re: Sequence Number Re-use is it possible, what is the standard

From: Anjo Kolk <k.kolk_at_chello.nl>
Date: Fri, 02 Mar 2001 05:42:42 GMT
Message-ID: <3A9F3E57.382DCC8D@chello.nl>

Just to make sure, you will get a better performance with cache specified and a large enough cache size.
Else you will see enqueue contention on the SQ enqueue (with the 200 users that you mentioned earlier).

Anjo.

u28656005_at_spawnkill.ip-mobilphone.net wrote:

> Thanks for the response.
>
> We are already using NOCache. I think we are just wondering if anyone has put
> the unused numbers into another table so the front-end can get it from there or
> the sequence number to not have big gaps.
>
> I also added functionality on the front-end to show a screen to ask them to
> save, if they haven't already, so it won't skip as much. I know that will help
> tremendously.
>
> However, when we get to some of our more complex systems, like our purcahsing
> system, it might need a more elegant solution.
>
> Thank you everyone who has replied so far.
>
> Mark
>
>
>
> --
> Spam protected message from:
> Sent by mspritzler from sasco within field com
> Posted via http://www.usenet-replayer.com/cgi/content/new
Received on Thu Mar 01 2001 - 23:42:42 CST

Original text of this message

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