I have a table that uses the datatype timestamp(6) on a column. There are multiple inserts coming in at the same time via webservice calls to the millisecond. I added a column to the table, created a sequence and a before insert trigger which is assigning numeric values randomly.
There must be another way to do this. Any assistance would be greatly appreciated!!!!