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-82
SQL 1630
Where seq-attribute is START WITH, CACHE, or ORDER.
Cause. You attempted to alter the CACHE/ORDER attribute of the sequence
generator. The ALTER operation is not supported for these attributes in this release of
SQL/MX.
Effect. The statement fails to execute.
Recovery. None.
SQL 1750
Cause. A security administrator attempted to execute a GRANT statement for a
privilege using WITH GRANT OPTION for which that security administrator had not
explicitly been granted the privilege WITH GRANT OPTION.
Effect. The operation fails.
Recovery. Resubmit the command without the WITH GRANT OPTION.
SQL 1751
Where user-name is the grantee for the privilege.
Cause. A security administrator tried to grant privilege to a user, currently designated
as a security administrator. A security administrator may not grant a privilege to
another security administrator, unless the security administrator granting the privilege
has been explicitly granted permission to grant the privilege.
Effect. The operation fails.
Recovery. If the target of the grant (the grantee) is in error, correct the error, and
resubmit the GRANT statement. If it is appropriate to explicitly grant the privilege WITH
GRANT OPTION to the security administrator, issue a GRANT statement on the
affected object WITH GRANT OPTION by an authorized user such as the object
owner, and resubmit the failed GRANT statement.
1630 The seq-attribute attribute cannot be altered.
1750 WITH GRANT OPTION not allowed for security
administrators.
1751 No privileges were granted. User user-name is a security
administrator.










