SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)
Data Definition Language (DDL) Messages (1000
through 1999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-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
Where priv-type is EXECUTE.
Where object-type is either procedure or routine.
Cause. You specified an unsupported privilege on procedure or routine 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.










