TimesTen Error Messages

TT-03136

Cannot truncate temp table: table_name; Please use delete


Cause

You attempted to truncate a global temporary table. This operation is not supported.


Action

Use the DELETE statement to delete the rows from the table. For more information on the DELETE statement, see DELETE in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen cannot execute the SQL statement.