TimesTen Error Messages

TT-03133

Cannot truncate tables with defined materialized views: the view view_name refers to table_name


Cause

You attempted to truncate a table, but the table has a materialized view defined on it.


Action

Either drop the materialized view or do not use the TRUNCATE statement. Consider using the DELETE statement. 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.