TimesTen Error Messages

TT-00618

Cannot determine whether the checkpoint succeeded or failed


Cause

The current connection requested a checkpoint operation and did not clear the checkpoint data structures within the allowed time. The connection cannot determine the result of the checkpoint operation because TimesTen reinitialized the checkpoint data structures to allow new checkpoint requests.


Action

Use either the SYS.GV$CKPT_HISTORY or SYS.V$CKPT_HISTORY system views or the ttCkptHistory built-in procedure to determine whether the checkpoint operation succeeded or failed. See SYS.GV$CKPT_HISTORY or SYS.V$CKPT_HISTORY in Oracle TimesTen In-Memory Database System Tables and Views Reference for details on these views. For more information on the ttCkptHistory built-in procedure, see ttCkptHistory in the Oracle TimesTen In-Memory Database Reference.


Additional Information

TimesTen may not have completed the checkpoint operation.