Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Indexed Organized Tables
On 10 Jan 2005 11:04:20 -0800, bdbafh_at_gmail.com wrote:
>use a sequence to generate a numeric unique identifier and add that
>column to the primary key - populate in the insert trigger if the
>sequence.nextval is not included in the insert statement.
And if performance should be a problem increase the sequence's cache size.
H.E. Busk
Denmark
Received on Mon Jan 10 2005 - 14:39:55 CST