TimesTen Error Messages

TT-03137

Cannot insert into a truncated table in an uncommitted transaction


Cause

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


Action

Commit the transaction with the TRUNCATE statement, and then execute the INSERT operation. For more information on the INSERT statement, see INSERT in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen cannot execute the SQL statement.