HP Neoview Messages Manual page 253

Table of Contents

Advertisement

SQL 12021
12021 Table name is in the IGNORE CHANGES clause but is not a base table
or is not in the FROM clause.
is a table.
name
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.
is an existing materialized view.
name
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.
is a metadata table.
name
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.
Effect
The creation of the table fails.
Recovery
Correct the syntax and resubmit.
253

Advertisement

Table of Contents
loading

Table of Contents