Oracle Database - TIMESTAMP data type
About
Use the TIMESTAMP data type to store values that are precise to fractional seconds. An application that must decide which of two events occurred first might use TIMESTAMP and not the DATE data type which store point-in-time values (dates and times).