SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Data Definition Language (DDL) Messages (1000
through 1999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
3-27
SQL 1106
Where partition-location is the location of the specified partition.
Where table-name is the name of the table.
Cause. The location name partition-location specified in the partition
operation does not exist.
Effect. The partition operation fails.
Recovery. Specify a valid partition location name and resubmit.
SQL 1108
Where view-col-num is the number of columns in the view column list.
Where query-col-num is the number of columns resulting from the query
expression used to define the view.
Cause. The number of columns in the query do not equal the number of columns
specified for the view.
Effect. The operation fails.
Recovery. Specify a query statement that has a degree that matches the number of
columns in the view column list, and resubmit.
SQL 1109
Where view-name is the name of the view being created.
Cause. You used WITH CHECK OPTION in the definition of a view that is not
updatable.
Effect. The operation fails.
Recovery. Either make the view updatable or omit the WITH CHECK OPTION and
resubmit.
1106 The specified partition partition-location of object
table-name does not exist.
1108 The number of columns specified in the view column list,
view-col-num, does not match the degree of the query
expression, query-col-num.
1109 The WITH CHECK OPTION clause appears in the definition
of view view-name, but the view is not updatable.