![HP Neoview Messages Manual Download Page 255](http://html.mh-extra.com/html/hp/neoview-messages/neoview-messages_manual_165138255.webp)
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 12067
12067 Triggers and incremental materialized views may cause compilation
errors for updates on table table-name. Table record length of
actual-row-length is larger than the recommended length of max-row
length for tables with update triggers or incremental materialized
views.
table-name
is the name of the trigger or materialized view source table.
actual-row-length
is the row length of the MV source table or the trigger base table.
max-row-length
is the maximum row length of the MV source table or trigger base
table for which it is guaranteed that the compile error will not
occur.
Cause
Triggers and ON STATEMENT materialized views require the presence of an internal
table to help maintain them. The compilation of update DML statements that cause the firing
of UPDATE triggers or the refresh of ON STATEMENT materialized views might fail if the
table to be updated has a wide row. This informational message warns against the possibility
of this error occurring at compile time for the type of materialized view or trigger being created
on the given source table.
Effect
None. This is an informational warning only.
Recovery
None but you might reconsider creating the trigger or materialized view or if
possible redesigning the base or source table so that the row length is not as large.
SQL 12068
12068 This alter operation on table table-name may cause compilation
errors for updates on this table. UPDATE Triggers or incremental
materialized views exist on this table and the new record length of
actual-row-length is larger than the recommended length of
max-row-length.
255
Summary of Contents for Neoview Messages
Page 12: ...12 ...
Page 66: ...66 ...
Page 129: ...Recovery Supply the input values for the IDENTITY column 129 ...
Page 130: ...130 ...
Page 172: ...172 ...
Page 178: ...178 ...
Page 184: ...184 ...
Page 238: ...238 ...
Page 266: ...266 ...
Page 268: ...268 ...
Page 350: ...350 ...
Page 378: ...378 ...
Page 384: ...384 ...
Page 400: ......