TimesTen Error Messages

TT-02599

Overflow: Value too big for TimestampDiff's return type


Cause

You attempted to invoke the TIMESTAMPDIFF function and provided timestamps in which the difference between the two resulted in a return interval value that is greater than the maximum acceptable value of the TT_BIGINT data type. Note: The return data type for the TIMESTAMPDIFF function is TT_BIGINT.


Action

Check the value provided for the interval parameter to the function. This value could be too small for the timestamps provided. For more information, see TIMESTAMPDIFF in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen did not invoke the function.