HP NonStop SQL/MX Messages Manual page 95

Table of Contents

Advertisement

Data Definition Language (DDL) Messages (1000
through 1999)
SQL 1610
1610 SET NULL clause cannot be applied to column
$0~ColumnName which has a NOT NULL constraint defined on it.
Cause. You attempted to create a referential integrity constraint with the SET NULL
clause for a column, which was defined with the NOT NULL property.
Effect. The operation fails.
Recovery. Remove the SET NULL clause in the referential integrity constraint or drop
the NOT NULL constraint for the column on which you want to create the referential
integrity constraint.
SQL 1611
1611 SET DEFAULT clause cannot be applied to column
$0~ColumnName which has a NO DEFAULT clause.
Cause. You attempted to create a referential integrity constraint with the SET
DEFAULT clause for a column that was defined without a DEFAULT value.
Effect. The operation fails.
Recovery. Remove the SET DEFAULT clause in the referential integrity constraint or
set a DEFAULT value for the column on which you want to create the referential
integrity constraint.
SQL 1612
1612 Constraint $0~constraintName could not be created as it
is a duplicate of $1~constraintName.
Cause. You attempted to create a column list and the referential actions of a
referential integrity constraint, which matches the column list and referential action of
another referential integrity constraint in the table.
Effect. The operation fails.
Recovery. None.
SQL 1613
1613 Constraint $0~constraintName could not be created as it
conflicts with $1~constraintName.
Cause. You attempted to create a column list of referential integrity constraint, which
matches the column list of another referential integrity constraint in the table. However,
the referential action differs for these two constraints.
HP NonStop SQL/MX Messages Manual—640324-001
3- 69

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents