TimesTen Error Messages

TT-02879

Non-positive timestamps not allowed for function_name


Cause

You attempted to invoke a function, but specified a timestamp value with a year less than or equal to 0. TimesTen does not support negative years because the timestamp arithmetic could result in a value equal to year 0. TimesTen does not support year 0.


Action

Check the details of the error message to determine the function name. Invoke the function again, making sure to specify positive timestamp values as arguments to the function. For more information, see Functions in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not invoke the function.