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-80
Enable Similarity Check on a view for which Similarity Check is already enabled.
Disable Similarity Check on a view for which Similarity Check is already disabled.
Effect. The operation fails.
Recovery. Use SHOWDDL to verify if Similarity Check is enabled or disabled for a
view before submitting an ALTER VIEW statement again.
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.
SQL 1752
Where user is the user name or user id.
1750 WITH GRANT OPTION not allowed for security
administrators.
1751 No privileges were granted. User user-name is a security
administrator.
1752 User user is not a security administrator.










