TimesTen Error Messages

TT-02977

Only DAY lifetime unit is allowed with a TT_DATE column


Cause

You attempted to use time-based aging, in which the column used for aging is of type TT_DATE. If the data type is TT_DATE, you must specify DAY as the LIFETIME unit. You specified a different LIFETIME unit.


Action

If the column used for time-based aging is of type TT_DATE, then make sure to specify DAY as the LIFETIME unit. For more information, see CREATE TABLE in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not perform the create or alter operation.