SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Privilege and Alias Messages (1000 through 1999)
HP NonStop SQL/MX Messages Manual—523730-004
3-22
SQL 1087
Cause. An invalid utility operation requested a DDL lock.
Effect. The lock request fails.
Recovery. Specify a valid utility operation, or check to see if invalid utilities are being
run, and resubmit.
SQL 1088
Cause. If the system-generated column SKSKEY is specified in the STORE BY list of
columns, it must be specified last.
Effect. The operation fails.
Recovery. Correct the STORE BY clause and resubmit.
SQL 1089
Cause. The system-generated SYSKEY column was not the last column in a CREATE
INDEX statement.
Effect. The operation fails.
Recovery. Change the column list to place SYSKEY at the end of the list and resubmit
the statement.
SQL 1090
Cause. You attempted to create a self-referencing constraint. A referential constraint
is self-referencing if the foreign key is referencing the primary key of the same table.
Effect. The operation fails.
Recovery. Remove the self-reference and resubmit.
1087 DDL lock cannot be granted, invalid operation has been
specified.
1088 The system generated column SYSKEY must be specified
last or not specified at all in the STORE BY column list.
1089 The system generated column SYSKEY must be specified
last or not specified at all in the index column list.
1090 Self-referencing constraints are currently not
supported.