TimesTen Error Messages

TT-03146

Column table_name.column_name not found in the Materialized View Log


Cause

Your CREATE MATERIALIZED VIEW with REFRESH FAST statement specifies a column that is not in the materialized view log.


Action

Drop the materialized view log, then re-create the materialized view log with all the desired columns. If there are any asynchronous materialized views that depend on this materialized view log, first drop all those materialized views, and then drop the materialized view log.


Additional Information

TimesTen cannot execute the SQL statement.