![HP Neoview Messages Скачать руководство пользователя страница 36](http://html.mh-extra.com/html/hp/neoview-messages/neoview-messages_manual_165138036.webp)
Effect
The operation fails.
Recovery
See the Neoview SQL Reference Manual for row size limit calculations. Change the
column definitions and reissue the statement.
SQL 1141
1141 Label file-name for object could not be accessed. File system error
error-number.
file-name
is the HP Neoview platform file name of a partition of object.
error-number
is a Neoview platform file-system error.
Cause
An ALTER TABLE or ALTER INDEX operation encountered a file-system error.
Effect
The operation fails.
Recovery
For information about file-system errors, see
Chapter 21 (page 385)
.
SQL 1142
1142 Because it is not audited, this table cannot have a column added
that is declared NOT NULL, or has a CHECK, UNIQUE, PRIMARY KEY, or
FOREIGN KEY constraint.
Cause
Internal error.
Effect
The HP Neoview database is unable to perform the requested operation.
Recovery
None. Contact the GMCSC.
SQL 1143
1143 Validation for constraint constraint-name failed; incompatible
data exists in referencing base table referencing-table-name and
referenced base table referenced-table-name. To display the data that
violates the constraint, please use the following DML statement:
statement-text.
constraint-name
is the name of a column constraint or table constraint.
referencing-table-name
is the table on which the constraint is being added.
referenced-table-name
is the table specified in the FOREIGN KEY clause.
statement-text
is a query.
Cause
You attempted to add a referential integrity constraint that is violated by rows already
in the table.
Effect
The operation fails.
Recovery
If the constraint is being added as part of an ALTER TABLE ADD COLUMN
request and the column will become part of a foreign key relationship, make sure the specified
default value exists in the referenced table. If the constraint is being added as part of an ALTER
TABLE ADD COLUMN request, run the statement
statement-text
to see the rows that
violate the referential constraint. Either change those rows or change the referential constraint
definition and resubmit.
SQL 1144
1144 A quoted string was expected in first key clause for column
column-name on table table-name, but the value detected is
(first-key-string).
column-name
is the column in
table-name
.
table-name
is the name of the table.
36
Data Definition Language (DDL) Messages (1000 Through 1999)
Содержание Neoview Messages
Страница 12: ...12 ...
Страница 66: ...66 ...
Страница 129: ...Recovery Supply the input values for the IDENTITY column 129 ...
Страница 130: ...130 ...
Страница 172: ...172 ...
Страница 178: ...178 ...
Страница 184: ...184 ...
Страница 238: ...238 ...
Страница 266: ...266 ...
Страница 268: ...268 ...
Страница 350: ...350 ...
Страница 378: ...378 ...
Страница 384: ...384 ...
Страница 400: ......