Neoview Messages Manual (R2.2)
text
is the disallowed name that was specified.
Cause You specified an HP Neoview database reserved object name.
Effect The object is not created.
Recovery See the Neoview SQL Reference Manual for the list of reserved object names. Choose
a name that is not reserved and reissue the CREATE statement.
SQL 1264
1264 Duplicate privileges are not allowed in a GRANT or REVOKE statement.
Cause You specified duplicate privileges in a GRANT or REVOKE statement.
Effect The operation fails.
Recovery Reissue the GRANT or REVOKE statement, specifying a single privilege or a list
of distinct privileges.
SQL 1265
1265 Duplicate grantees not allowed in a GRANT or REVOKE statement.
Cause You specified duplicate grantees in a GRANT or REVOKE statement.
Effect The operation fails.
Recovery Reissue the GRANT or REVOKE statement specifying a single grantee or a list of
distinct grantees.
SQL 1266
1266 Only EXECUTE privilege is supported for a procedure or routine.
Cause You specified an unsupported privilege on a procedure or routine in a GRANT
statement.
Effect The operation fails.
Recovery Reissue the GRANT statement specifying the valid privilege for the procedure or
routine.
SQL 1267
1267 EXECUTE privilege is incompatible with this object type.
Cause You specified a privilege that is not supported for the object type in a GRANT
statement.
Effect The operation fails.
Recovery Reissue the GRANT statement specifying the valid privilege for the object type.
SQL 1268
1268 Duplicate columns are not allowed in a GRANT or REVOKE statement.
Cause You specified duplicate column names with the update or references privilege in a
GRANT or REVOKE statement.
Effect The operation fails.
Recovery Correct the GRANT or REVOKE statement by specifying a single column name
or a list of distinct column names.
SQL 1270
1270 ALLOCATE or DEALLOCATE failed for object sql object-name due to
file error file-system error-number on filename.
sql object-name
is the ANSI name of the affected SQL database object.
52 Data Definition Language (DDL) Messages (1000 Through 1999)