Neoview Messages Manual (Volume 1) (R2.4)

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.
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.
247