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: Indexed Organized Tables

Re: Indexed Organized Tables

From: <bdbafh_at_gmail.com>
Date: 10 Jan 2005 11:04:20 -0800
Message-ID: <1105383860.714052.316230@f14g2000cwb.googlegroups.com>


what version of Oracle, as the type TIMESTAMP should have a much finer resolution than one second, not that centiseconds or milliseconds would eliminate the race condition anyways.

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. hth.

-bdbafh Received on Mon Jan 10 2005 - 13:04:20 CST

Original text of this message

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