Neoview Messages Manual (R2.3)

mv-name
is a materialized view.
mvgroup-name
is a materialized view group.
Cause The materialized view and its depends were removed from the materialized view
group because the owner of the materialized view revoked the select privilege.
Effect The operation failed.
Recovery None.
SQL 12213
12213 You are not the owner of table name. The materialized view mv-name
was not added to the default MVGroup mvroup-name and will not be
refreshed with the MVGroup.
name
is a table.
mv-name
is a materialized view.
mvgroup-name
is a materialized view group.
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.
238 Materialized Views Messages (12000 Through 12329)