Neoview Messages Manual (R2.2)
Cause This error is reported if a column specified in the partitioning key of the PARTITION
BY (partitioning_columns) clause of a CREATE TABLE or CREATE INDEX statement is
not also a member of the clustering key.
Effect The table or index is not created.
Recovery Either remove the offending column from the partitioning key specification (and
possibly replace it with a column that is a member of the clustering key) or add the offending
column to the clustering key by using the STORE BY clause or by adding it to the primary key.
SQL 1098
1098 Partition key (key) already specified for object object-name.
key
is a partition key.
object-name
is the name of the table being created or changed.
Cause You attempted to create or change a table so that more than one partition has the
same first key.
Effect The operation fails.
Recovery Change the statement so that it does not define two partitions to have the same
first key, and resubmit.
SQL 1099
1099 Column column-number is unnamed. You must specify an AS clause for
that column expression, or name all the columns by specifying a view
column list.
column-number
is the specified column.
Cause You attempted to create a view by using a query expression in which column-number
was unnamed.
Effect The operation fails.
Recovery Correct the statement to supply an AS clause for each unnamed column and
resubmit.
SQL 1100
1100 Table table-name could not be selected.
table-name
is the ANSI name of the metadata table.
Cause For clarification, see the accompanying error message.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 1101
1101 Table table-name could not be updated.
table-name
is the ANSI name of the metadata table.
Cause For clarification, see the accompanying error message.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 1102
1102 Rows could not be inserted into table table-name.
33