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 Manual663849-001
3-57
SQL 1263
Where text is the disallowed name that was specified.
Cause. You specified an SQL/MX reserved object name.
Effect. The object is not created.
Recovery. See the SQL/MX Reference Manual for the list of reserved object names.
Choose a name that is not reserved and reissue the CREATE statement.
SQL 1264
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
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
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.
1263 Object names that start with text are reserved for
SQL/MX metadata.
1264 Duplicate privileges are not allowed in a GRANT or
REVOKE statement.
1265 Duplicate grantees not allowed in a GRANT or REVOKE
statement.
1266 Only EXECUTE privilege is supported for a procedure or
routine.