TimesTen Error Messages

TT-03124

Cannot create a view that references a system table


Cause

Your CREATE MATERIALIZED VIEW statement specified a system table as a detail table. This is not supported.


Action

Do not reference system tables or views in your CREATE MATERIALIZED VIEW statement.


Additional Information

TimesTen cannot execute the SQL statement.