TimesTen Error Messages

TT-03147

Key Column or rowid table_name.column_name not found in the select list or it is a part of an expression


Cause

Your CREATE MATERIALIZED VIEW with REFRESH FAST statement does not include all the primary key columns or ROWIDs of all the detail tables.


Action

Ensure that the CREATE MATERIALIZED VIEW with REFRESH FAST statement includes all the primary key columns or ROWIDs of all the detail tables. If the primary key column is an argument to a function such as UPPER, it does not satisfy this rule.


Additional Information

TimesTen cannot execute the SQL statement.