On Mon, Dec 03, 2001 at 14:36:19 -0600, Stephen Clouse wrote: > A common way of leveraging this in Oracle is for atomic check-and-insert > operations using a primary key. Visualize two transactions writing some > unique rows to a table.
I thought that was why you use sequences... -Wolfgang