|
Ispirer SQLWays Database Migration Software
TIMESTAMP data type
Requirements: Oracle 9i Release 1 (9.0.1) or later.
The TIMESTAMP data type is an extension of the DATE data type. For each TIMESTAMP value, Oracle stores the following information: year, month, day, hour, minute, second and fraction of second.
fractional_seconds_precision optionally specifies the number of digits in the fractional part of second and can be a number in the range 0 to 9. The default is 6.
For more information, see Oracle Data Types