Neoview Messages Manual (Volume 1) (R2.4)

Effect The creation of the materialized view fails.
Recovery Correct the syntax and resubmit.
SQL 12304
12304 An additional phase is needed to complete the refresh.
Cause The refresh operation did not complete. This is an internal warning used by the refresh
utility to complete the refresh operation with an addition phase.
Effect The operation fails.
Recovery None.
SQL 12308
12308 Internal refresh error: MIN/MAX values are compromised.
Cause The MIN/MAX values have been compromised due to an incomplete refresh operation.
Additional phases are needed. This is an internal error.
Effect The operation fails.
Recovery Refresh the materialized view with RECOMPUTE.
SQL 12312
12312 Materialized view mv-name is unavailable.
mv-name
is a materialized view.
Cause A DML operation is attempted against a materialized view that is in an unavailable
state.
Effect The DML operation fails.
Recovery Contact the GMCSC to fix the materialized view state.
SQL 12314
12314 Table name is not used by this materialized view.
name
is a table.
Cause The materialized view is not available for any DML operation, mostly probably
because of a preceding failing MAINTAIN.
Effect The DML operation on the materialized view fails.
Recovery Contact the GMCSC.
SQL 12316
12316 No corresponding context row was found in the context log.
Cause This is an internal error used by the refresh utility to determine when the context log
is empty and the work is done.
Effect The operation fails.
Recovery None.
SQL 12318
12318 FIRST/ANY is not allowed in a query expression of a materialized
view.
Cause You specified FIRST or ANY in a query expression of a materialized view.
Effect The creation of the materialized view fails.
Recovery Correct the syntax and resubmit.
248 Materialized Views Messages (12000 Through 12329)