TimesTen Error Messages

TT-03131

View view_name is not a materialized view; please use DROP VIEW instead


Cause

You attempted to use the DROP MATERIALIZED VIEW statement to drop a non-materialized view.


Action

Use the DROP VIEW statement. For more information, see DROP VIEW in Oracle TimesTen In-Memory Database SQL Reference.


Additional Information

TimesTen cannot execute the SQL statement.