TimesTen Error Messages

TT-03118

View view_name already exists


Cause

You attempted to create a view using the CREATE MATERIALIZED VIEW statement with a name that is already in use.


Action

Rename your view and retry the operation. Alternatively, drop the existing view and create a new one.


Additional Information

TimesTen cannot execute the SQL statement.