TimesTen Error Messages

TT-03134

Cannot truncate materialized view: view_name


Cause

You attempted to truncate a materialized view. This operation is not supported.


Action

Do not use the TRUNCATE statement to delete rows. Consider using 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.