TT-03202
Invalid max value. Possible reasons: maximum/minimum limit, or max < min
Cause
You specified a CREATE SEQUENCE statement with a value of the MAXVALUE parameter that is lower than or equal to the value specified for the MINVALUE parameter.
Action
Specify a value for the MAXVALUE parameter that is greater than the value specified for the MINVALUE parameter and retry the CREATE SEQUENCE statement. For more information on the CREATE SEQUENCE statement, see CREATE SEQUENCE in Oracle TimesTen In-Memory Database SQL Reference.
Additional Information
TimesTen cannot create the sequence object.
TT-03202
Invalid max value. Possible reasons: maximum/minimum limit, or max < min
Cause
You specified a CREATE SEQUENCE statement with a value of the MAXVALUE parameter that is lower than or equal to the value specified for the MINVALUE parameter.
Action
Specify a value for the MAXVALUE parameter that is greater than the value specified for the MINVALUE parameter and retry the CREATE SEQUENCE statement. For more information on the CREATE SEQUENCE statement, see CREATE SEQUENCE in Oracle TimesTen In-Memory Database SQL Reference.
Additional Information
TimesTen cannot create the sequence object.
TT-03202
Illegal max value. Possible reasons: maximum/minimum limit, or max < min
Cause
You specified a CREATE SEQUENCE statement with a value of the MAXVALUE parameter that is lower than or equal to the value specified for the MINVALUE parameter.
Action
Specify a value for the MAXVALUE parameter that is greater than the value specified for the MINVALUE parameter and retry the CREATE SEQUENCE statement. For more information on the CREATE SEQUENCE statement, see CREATE SEQUENCE in the Oracle TimesTen In-Memory Database SQL Reference.
Additional Information
TimesTen cannot create the sequence object.