TimesTen Error Messages

TT-03138

Cannot delete from a truncated table in an uncommitted transaction


Cause

An in-progress transaction is attempting to delete rows from a table that has already been truncated.


Action

Commit the truncate transaction, and then execute the DELETE operation.


Additional Information

TimesTen cannot execute the SQL statement.