SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Privilege and Alias Messages (1000 through 1999)
HP NonStop SQL/MX Messages Manual523730-004
3-26
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.
SQL 1111
Where table-name is the name of the object.
Cause. The transaction could not be started, possibly due to another transaction
being active on the object.
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.
1111 An error occurred while starting a transaction on object
table-name.