HP NonStop SQL/MX Messages Manual page 71

Table of Contents

Advertisement

Data Definition Language (DDL) Messages (1000
through 1999)
SQL 1187
1187 The schema name schema-name is reserved for SQL/MX
metadata.
Where schema-name is the name of an SQL/MX schema.
Cause. NonStop SQL/MX reserves certain schema names for its own use.
Effect. The operation fails.
Recovery. See the SQL/MX 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.
Where constraint-name is the name of a column constraint or table constraint.
Where table-name is the name of the table specified in the operation.
Where 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 1189
1189 The number clustering key columns for table-or-index
exceeds maximum-number-key-columns.
Where maximum-number-key-columns is the maximum number of key columns.
For SQL/MX R 3.0, the value of is maximum-number-key-columns 1024.
Cause. The number of columns specified in the primary key or index columns exceeds
the maximum number allowed.
Effect. The operation fails.
Recovery. Ensure that the number of key columns or index columns is less than the
maximum limit and resubmit.
HP NonStop SQL/MX Messages Manual—640324-001
3- 45

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents