TT-01106
Start num number must be between minValue number and maxValue number.
Cause
You specified a CREATE SEQUENCE statement that has a START WITH clause that is not within the defined MINVALUE and MAXVALUE range.
Action
Ensure that the START WITH clause is within the specified MINVALUE and MAXVALUE range. Alternatively, modify the MINVALUE and MAXVALUE values so that the START WITH value is within the range.
For more information on the CREATE SEQUENCE statement, see CREATE SEQUENCE in Oracle TimesTen In-Memory Database SQL Reference.
Additional Information
TimesTen cannot perform the operation.