Neoview Messages Manual (R2.2)
Cause You specified a name of a materialized view that does not exist.
Effect The operation failed.
Recovery Correct the syntax and resubmit.
SQL 12204
12204 Materialized view or group do not exist.
Cause You specified a name of a materialized view or MVGroup that do not exist.
Effect The operation failed.
Recovery Correct the syntax and resubmit.
SQL 12205
12205 Group mvgroup not empty. Must be empty before drop.
mvgroup
is an MVGroup.
Cause An MVGroup must be empty in order to drop it.
Effect The operation failed.
Recovery Remove all the materialized views from the MVGroup and try again.
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 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.
227