TT-03211
CURRVAL may not be referenced before NEXTVAL in this session
Cause
You attempted to reference CURRVAL before NEXTVAL for a sequence in your session.
Action
Before you use CURRVAL for a sequence in your session, you must first initialize the sequence with NEXTVAL. For more information on sequences, see CREATE SEQUENCE in Oracle TimesTen In-Memory Database SQL Reference.
Additional Information
TimesTen cannot complete the operation.
TT-03211
CURRVAL may not be referenced before NEXTVAL in this session
Cause
You attempted to reference CURRVAL before NEXTVAL for a sequence in your session.
Action
Before you use CURRVAL for a sequence in your session, you must first initialize the sequence with NEXTVAL. For more information on sequences, see CREATE SEQUENCE in Oracle TimesTen In-Memory Database SQL Reference.
Additional Information
TimesTen cannot complete the operation.
TT-03211
CURRVAL may not be referenced before NEXTVAL in this session
Cause
You attempted to reference CURRVAL before NEXTVAL for a sequence in your session.
Action
Additional Information
TimesTen cannot complete the operation.