TimesTen Error Messages

TT-06108

Cursor state made "unpositioned" by updates in the same transaction


Cause

Within the same transaction, an operation has deleted the page of the row that the cursor was positioned on. This error can occur when the following conditions are met:

  • Logging is turned off, and- A searched CREATE VIEW (DELETE FROM ... WHERE ...) is issued on a table on which this transaction also has an open cursor, and:

  • The transaction does the next fetch on the cursor and tries to fetch the rows it deleted with the searched delete.


Action

Review your transaction and perform any necessary fixes. Then, retry the operation.


Additional Information

TimesTen cannot perform the operation.