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

Recovery Resubmit with every table name in the IGNORE CHANGES clause used only
once.
SQL 12021
12021 Table name is in the IGNORE CHANGES clause but is not a base table
or is not in the FROM clause.
name
is a table.
Cause An attempt was made to submit a statement with an IGNORE CHANGES clause
which includes a table that is not a base table of the materialized view or is not in the FROM
clause.
Effect The operation fails.
Recovery Resubmit and use a valid base table name in the IGNORE CHANGES clause.
SQL 12023
12023 A configuration error occurred on an initialized materialized
view.
Cause This is an internal configuration error resulting from an incorrect object type.
Effect The operation fails.
Recovery Contact HP support.
SQL 12024
12024 A materialized view cannot be initialized when it is using other
materialized views that are not initialized: name.
name
is an existing materialized view.
Cause You attempted to initialize a materialized view that is using a second materialized
view, which is not yet initialized.
Effect The materialized view cannot be initialized.
Recovery Initialize the second materialized view first.
SQL 12027
12027 Materialized views cannot be created on metadata table name.
name
is a metadata table.
Cause Materialized views are supported on user tables only.
Effect The creation of the materialized view fails.
Recovery None.
SQL 12028
12028 Grant update not allowed for materialized views.
Cause You attempted to grant update privileges on a materialized view.
Effect These privileges cannot be granted.
Recovery None.
SQL 12029
12029 An attribute reserved for materialized views cannot be used for
table creation.
Cause In creating a table, you specified an attribute that is supported only for materialized
views.
239