Neoview Messages Manual (Volume 1) (R2.5)
Cause An attempt was made to add a materialized view to a materialized view group through
automatic materialized view group creation. The owner of the table used by the materialized
view is different from the owner of the materialized view.
Effect The operation failed.
Recovery Try to add the materialized view to the materialized view group manually.
SQL 12301
12301 Materialized view mv-name is not initialized.
mv-name
is a materialized view.
Cause You attempted a DML operation on a materialized view that is not yet initialized.
Effect The operation failed.
Recovery Initialize the materialized view and try again.
SQL 12303
12303 Materialized views do not support host variables and parameters.
Cause You specified a materialized view that uses a host variable or a parameter.
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.
262 Materialized Views Messages (12000 Through 12329)