SQL/MP Messages Manual
SQL Catalog Manager Messages (1000 to 1999)
HP NonStop SQL/MP Messages Manual—427720-006
3-100
Recovery. Alter the audited attribute of the referencing table so that the audited
attribute of the referencing table is the same as the referenced table.
SQL 1703
Cause. SQL could not perform this DDL operation because the table has referential
constraints.
Effect. The statement fails.
Recovery. Drop all referential constraints on the table before performing this DDL
operation.
SQL 1704
Cause. The data types of columns of the referencing table and the referenced table do
not match each other.
Effect. The statement fails.
Recovery. None. Report the entire message to your service provider.
SQL 1705
Cause. Stated in the error message.
Effect. The statement fails.
Recovery. None. Report the entire message to your service provider.
SQL 1706
Cause. A self referencing table had an identical referencing column list and
referenced column list.
Effect. The statement fails.
1703 All referential constraints must be dropped prior to
performing this DDL operation.
1704 Column value-1 of table value-2 does not match the data
type, precision, scale, size, or upshift attribute of column
value-3 of table value-4.
1705 The referencing (child) table value-1 does not contain
the same number of columns as the referenced (parent) table
value-2.
1706 Self referencing table value-1 cannot define the
identical referencing column list and referenced column list.