I'm using Oracle 9, but the system should work also for Oracle 8 and 10.
The problem is: date fields cannot store anything beyond seconds, but I'm storing a series of events that occur with millisecond precision. The obvious solution is creating a new column to store the milliseconds. But is this the better solution?
It does not seem very clever to me, because doing that imposes that all my queries (there are a plenty of them) will need a change in the ORDER BY clause.