Neoview Messages Manual (Volume 1) (R2.4)
SQL 1224
1224 An invalid data type was specified for routine parameter
parameter-name.
parameter-name
is the name of the parameter.
Cause You specified a data type for this routine parameter that is not supported.
Effect The HP Neoview database software is unable to complete the operation.
Recovery Specify a different data type.
SQL 1225
1225 Mixing EXECUTE privilege with other privileges is not allowed.
Cause EXECUTE and another privilege were 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
1226 No valid combination of privileges was specified.
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
1231 User-defined routine procedure-name could not be created.
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
1232 A file error occurred when saving dropped table DDL for table
table-name to platform-pathname.
table-name
is the table being dropped whose DDL was to be saved.
platform-pathname
is the pathname of the file to which the DDL was to be saved.
Cause A file-system error occurred when you attempted to save a table DDL. Possible reasons
are:
• The directory /usr/tandem/sqlmx/ddl did not exist or could not be created.
• The system did not have write access to /usr/tandem/sqlmx/ddl
• Insufficient file space was available.
Effect The table is not dropped.
Recovery Either correct the file-system problem and drop the table or perform a SHOWDDL
on the existing table, capture the output, set. SAVE_DROPPED_TABLE_DDL to “OFF,” and
drop the table. For information about file-system errors, see Chapter 20 (page 353).
SQL 1233
1233 Creating schema in SQL/MX system catalog catalog-name is prohibited.
44 Data Definition Language (DDL) Messages (1000 Through 1999)