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-3
SQL 1006
Where index-name is an SQL/MX object name.
Cause. The operation you attempted requires the existence of an index named
index-name.
Effect. The operation fails.
Recovery. Check that an index named index-name does exist. If you did not fully
qualify the name, check that the defaults generate the correct qualified name.
SQL 1008
Where user is a Guardian user name or user ID.
Cause. The user name specified in a GRANT statement, the user name or user ID in
a REVOKE statement, or the authorization ID in a CREATE SCHEMA statement does
not represent a valid Guardian user.
Effect. The operation fails.
Recovery. Correct the user name or the user ID and resubmit the statement.
SQL 1009
Where column-name is an SQL identifier.
Cause. The table that is referenced does not have a column with this name.
Effect. The operation fails.
Recovery. Replace either the name of the table or the name of the column (whichever
is incorrect) and resubmit.
SQL 1010
Cause. The statement that you specified is not available for use.
Effect. The operation fails.
Recovery. Do not attempt to use this SQL/MX statement.
1006 Index index-name does not exist.
1008 User user does not exist.
1009 Column column-name does not exist in the specified
table.
1010 The statement just specified is currently not supported.










