HP Neoview Messages Manual page 45

Table of Contents

Advertisement

dependency-information
Cause
You tried to define a referential constraint that is creating a circular dependency,
where one of the columns of the table is referencing a column that belongs to the same table,
either directly or indirectly.
Effect
The operation fails.
Recovery
None. You cannot define a referential constraint that creates a circular dependency.
SQL 1 194
1194 Label could not be dropped (file error ).
Cause
The object you attempted to drop failed because of a file system error.
Effect
The DDL DROP operation fails.
Recovery
The file label needs to be removed using MXTOOL GOAWAY, and the object
needs to be cleaned up by using the MXTOOL CLEANUP tool.
SQL 1224
1224 An invalid data type was specified for routine parameter
parameter-name.
parameter-name
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
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.
is a list of unique constraints that cause the circular
dependency.
is the name of the parameter.
is the stored procedure's ANSI name.
45

Advertisement

Table of Contents
loading

Table of Contents