TT-03114
Cannot alter materialized views
Cause
You attempted to alter a view.
Action
To alter a view, drop the view using the DROP VIEW statement, and then create a new view using the CREATE MATERIALIZED VIEW statement. See Working with Materialized Views in Oracle TimesTen In-Memory Database Operations Guide.
Additional Information
TimesTen cannot execute the SQL statement.