Neoview Messages Manual (Volume 1) (R2.5)
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.
Cause An attempt was made to remove a supporting materialized view from a materialized
view group. Other materialized views in this group are dependent on this materialized view.
Effect The operation failed.
Recovery Remove supporting materialized views from the materialized view group before
removing the dependent materialized view.
SQL 12211
12211 The MVGroup already exists.
Cause An attempt was made to create a materialized view group with a name that already
exists.
Effect The operation failed.
Recovery Change the materialized view group name and resubmit.
SQL 12212
12212 The materialized view mv-name and all of its dependents were
removed from MVGroup mvgroup-name and will not be refreshed with the
MVGroup.
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.
261