Neoview Messages Manual (Volume 1) (R2.4)
Cause The materialized view is already in the materialized view group.
Effect The operation failed.
Recovery None.
SQL 12204
12204 The materialized view or MV group does 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 12206
12206 Materialized view mv-name is not in MVGroup.
mv-name
is a materialized view.
Cause An attempt was made to remove a non-existent materialized view from a materialized
view group.
Effect The operation failed.
Recovery None.
SQL 12208
12208 An MVGROUP cannot contain ON STATEMENT materialized views like
mv-name.
mv-name
is a materialized view.
Cause An attempt was made to add an ON STATEMENT materialized view to a materialized
view group. This is not supported.
Effect The operation failed.
Recovery None.
SQL 12209
12209 Some materialized views used by this materialized view must appear
in the MVGroup as well..
Cause An attempt was made to add a dependent materialized view to a materialized view
group. All materialized views this materialize view depends on must already be in the
materialized view group.
Effect The operation failed.
Recovery Add the materialized views that this materialized view depends on to the
materialized view group and resubmit.
SQL 12210
12210 Materialized views depending on this materialized view are already
in the MVGroup.
246 Materialized Views Messages (12000 Through 12329)