Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » SQL Anywhere Server - Database Administration » Database maintenance » Troubleshooting SQL Anywhere database issues » Troubleshooting database server performance warnings

 

Performance warning: View %1 in database %2 was invalidated due to DDL operations on one of its referenced objects

This warning is reported when a DDL operation invalidates an existing view. If a view is dependent on a schema object that has been modified, and the view subsequently fails to recompile, the status of that view remains INVALID. With each subsequent reference from within a query, the database server attempts to recompile the view. See Dependencies and schema-altering changes.

 See also