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 Manual691121-001
3-49
Recovery. Specify a different data type.
SQL 1225
Where priv-type is EXECUTE.
Cause. EXECUTE and another privilege are specified in the same GRANT or
REVOKE statement, which is not allowed.
Effect. The operation fails.
Recovery. Use separate GRANT or REVOKE statements for EXECUTE and other
privileges.
SQL 1226
Cause. The GRANT or REVOKE statement did not specify a valid combination of
privileges.
Effect. The operation fails.
Recovery. Specify a valid combination of privileges in the GRANT or REVOKE
statement.
SQL 1231
Where procedure-name is the stored procedure’s ANSI name.
Cause. The stored procedure could not be created.
Effect. The CREATE PROCEDURE statement fails.
Recovery. Fix the error conditions identified in messages preceding this message and
reissue the CREATE PROCEDURE statement.
SQL 1232
Where table-name is the table being dropped whose DDL was to be saved.
1225 Mixing priv-type privilege with other privileges is not
allowed.
1226 No valid combination of privileges was specified.
1231 User-defined routine procedure-name could not be
created.
1232 A file error occurred when saving dropped table DDL for
table table-name to oss-pathname.