Neoview Messages Manual (Volume 1) (R2.4)
SQL 1005
1005 Constraint constraint-name does not exist.
constraint-name
is the name of a column constraint or table constraint.
Cause The ALTER TABLE statement you attempted requires the existence of a constraint
named constraint-name.
Effect The operation fails.
Recovery Check that a constraint named constraint-name exists for the table specified.
You can use the SHOWDDL command to find the names of the constraints that exist on a table.
SQL 1006
1006 Index index-name does not exist.
index-name
is an HP Neoview database 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
1008 User name user-name does not exist.
user-name
is an HP Neoview platform 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 Neoview platform user.
Effect The operation fails.
Recovery Correct the user name and resubmit.
SQL 1009
1009 Column column-name does not exist in the specified table.
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
1010 The statement just specified is currently not supported.
Cause The statement that you specified is not available for use.
Effect The operation fails.
Recovery Do not attempt to use this HP Neoview database statement.
SQL 1012
1012 No privileges were granted. You lack grant option on the specified
privileges.
Cause You attempted to grant privileges for which you do not have grant options.
Effect No privileges are granted.
Recovery You must have grant options for privileges to grant them.
16 Data Definition Language (DDL) Messages (1000 Through 1999)