SQL/MX 3.2.1 Messages Manual (H06.26+, J06.15+)
Data Definition Language (DDL) Messages (1000
through 1999)
HP NonStop SQL/MX Release 3.2.1 Messages Manual—691121-002
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
Where priv-type is either EXECUTE or USAGE.
Where object-type is either a procedure or a routine or a sequence.
Cause. You specified an unsupported privilege on a procedure or a routine or a
sequence in a GRANT statement.
Effect. The operation fails.
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 priv-type privilege is supported for a object-type.










