Neoview Messages Manual (R2.2)

value-data-type
is the value specified as the default value for the column.
Cause The value specified as the default for the column is incompatible with the type of
the column.
Effect The operation fails.
Recovery Change either the column data type or the value for the default to be compatible
types and resubmit.
SQL 1187
1187 The schema name schema-name is reserved for SQL/MX metadata.
schema-name
is the name of an HP Neoview database schema.
Cause The Neoview database software reserves certain schema names for its own use.
Effect The operation fails.
Recovery See the Neoview SQL Reference Manual for reserved schema names. Choose a name
that is not reserved and reissue the CREATE statement.
SQL 1188
1188 Referential integrity constraint constraint-name for table
table-name could not be created due to circular dependency:
dependency-information.
constraint-name
is the name of a column constraint or table constraint.
table-name
is the name of the table specified in the operation.
dependency-information
is a list of unique constraints that cause the circular
dependency.
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 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.
47