TimesTen Error Messages

TT-03210

Sequence max/min limit has been reached


Cause

The value in the sequence has already reached its maximum or minimum limit. This occurs when the CYCLE option is not turned on for the sequence, and the minimum or maximum has been reached.


Action

Use the CYCLE parameter in your statement to allow the sequence number generator to continue generating numbers after it reaches the maximum or minimum value. For more information, see CREATE SEQUENCE in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen cannot complete the operation.