Neoview Messages Manual (R2.2)
Effect The creation of the materialized view fails.
Recovery Remove the attribute from the materialized view definition.
SQL 12048
12048 ATTRIBUTE LOCK LENGTH not supported for materialized views.
Cause The LOCK LENGTH attribute is not supported for materialized views.
Effect The creation of the materialized view fails.
Recovery Remove the attribute from the materialized view definition.
SQL 12050
12050 ATTRIBUTE AUDIT not supported for materialized views.
Cause The AUDIT attribute is not supported for materialized views.
Effect The creation of the materialized view fails.
Recovery Remove the attribute from the materialized view definition.
SQL 12051
12051 ATTRIBUTE DEALLOCATE not supported for materialized views.
Cause The DEALLOCATE attribute is not supported for materialized views.
Effect The creation of the materialized view fails.
Recovery Remove the attribute from the materialized view definition.
SQL 12066
12066 Embedded operation expression is not supported for materialized
views.
operation
is an INSERT operation.
Cause You attempted to create a materialized view that contains an embedded INSERT
statement.
Effect The creation of the materialized view fails.
Recovery Remove the embedded INSERT from the materialized view definition.
SQL 12074
12074 A materialized view cannot be directly updated.
Cause You attempted to update a materialized view.
Effect The update failed.
Recovery None.
SQL 12075
12075 A materialized view metadata table cannot be directly updated.
Cause You attempted to directly update a materialized view metadata table.
Effect The operation failed.
Recovery None.
SQL 12081
12081 Audit type not allowed for materialized view refresh type.
Cause The specified audit type is not allowed for the specified refresh type.
Effect The creation of the materialized view fails.
224 Materialized Views Messages (12000 Through 12329)