Neoview Messages Manual (R2.3)

Cause You attempted a DDL or utility operation on a database object while operation
was in progress for that object’s schema.
Effect The DDL or utility operation fails.
Recovery Wait until the operation has finished, and then retry the DDL or utility operation.
SQL 1263
1263 Object names that start with text are reserved for SQL/MX metadata.
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.
50 Data Definition Language (DDL) Messages (1000 Through 1999)