TimesTen Error Messages

TT-03148

No Primary Key in the detail table table_name. Specify ROWID option for the Materialized View Log


Cause

The CREATE MATERIALIZED VIEW LOG statement has the primary key clause (either explicitly coded or by default). However, the detail table does not have a primary key.


Action

Use the ROWID clause in the CREATE MATERIALIZED VIEW LOG statement.


Additional Information

TimesTen cannot execute the SQL statement.