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 Manual—691121-001
3-41
Effect. The operation fails.
Recovery. If you want the STORE BY column list that specifies the clustering key to
be different than the PRIMARY KEY, specify a DROPPABLE PRIMARY KEY. If you
want the PRIMARY KEY to be the same as the STORE BY key, do not specify a
STORE BY clause. Correct the syntax and resubmit.
SQL 1162
Where user-name is a valid Guardian user name.
Where object-type is CATALOG or SCHEMA or TABLE or TRIGGER or VIEW or
PROCEDURE.
Where object-name is CATALOG or SCHEMA or TABLE or TRIGGER or VIEW or
PROCEDURE name.
Cause. The object object-name is already owned by the user user-name.
Effect. The operation fails.
Recovery. Not applicable.
SQL 1165
Where operation is create, drop, or alter.
Wheretable-name is the name of the SQL/MX table.
Cause. An error occurred on the DDL operation when using the parallel method. The
DDL operation is retried using the serial method.
Effect. The label create, drop, or alter operation that is part of the DDL statement is
performed serially, rather than in parallel. The serial method decreases performance
compared to the parallel method.
Recovery. No corrective action is necessary. This message is a warning.
SQL 1168
Where uid is the unique ID assigned to the object in metadata.
1162 User user-name already owns object-type object-name.
Operation ignored.
1165 Parallel operation operation failed on table-name. The
serial operation for this object will be performed.
1168 Internal error: unable to find object associated with
UID uid.










