SQL/MX 2.x Messages Manual (H06.04+)

Utility Messages (20000 through 23099)
HP NonStop SQL/MX Messages Manual540498-003
17-41
SQL 20165
Cause. The number of columns defined in the partitioning key for the table or index is
less than the number of columns defined in the VALUE clause.
Effect. The operation fails.
Recovery. Verify the number of key columns in the table and resubmit.
SQL 20166
Cause. You used an SQL reserved word as an object name.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 20167
Cause. The object name that you specified is not valid.It must contain at least one
character.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 20168
Cause. You specified partitioning key values in an “Add a new hash partition” request.
You can specify the partitioning key values only when adding a new range partition.
Effect. The operation fails.
Recovery. Remove the WHERE clause and resubmit.
20165 The number of key columns (value1) defined on the table
or index is less than the number of key columns (value2)
defined in the request.
20166 Reserved words cannot be used for an object name.
20167 The object name must contain at least one character.
20168 The partition key value cannot be specified when adding
a partition to a hash-partitioned table or index.