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: Table Design!

Re: Table Design!

From: hpuxrac <johnbhurley_at_sbcglobal.net>
Date: 15 Nov 2005 12:14:01 -0800
Message-ID: <1132085641.362775.83230@g47g2000cwa.googlegroups.com>


Yes this is a basic property of an oracle sequence.

ORDER can be a scalability killer in using sequences in a high volume environment.

It appears as if you are making assumptions about the business requirements of an application that is using sequences, well beyond any question posed by either the OP or by other people in this thread.

Many people use sequences only to generate a system generated unique identifier.

If an application needs a date or timestamp and you are trying to force that by assuming an ORDERed sequence, I would advise you to reconsider that part of the design. Received on Tue Nov 15 2005 - 14:14:01 CST

Original text of this message

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