SQL/MX 3.1 Messages Manual (H06.23+, J06.12+)
Data Definition Language (DDL) Messages (1000
through 1999)
HP NonStop SQL/MX Release 3.1 Messages Manual—663849-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-name is a Guardian user name.
Cause. The user name specified in a GRANT or 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 where accepted by the statement syntax, use a
numeric 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.
1006 Index index-name does not exist.
1008 User name user-name does not exist.
1009 Column column-name does not exist in the specified
table.
1010 The statement just specified is currently not supported.










