![HP Neoview Messages Скачать руководство пользователя страница 53](http://html.mh-extra.com/html/hp/neoview-messages/neoview-messages_manual_165138053.webp)
SQL 1284
1284 Table table-name cannot be dropped because it was specified to be
NOT DROPPABLE.
table-name
is the name of an HP Neoview database table.
Cause
An attempt was made to drop a table that is not droppable.
Effect
The operation fails.
Recovery
Ensure that the table could be dropped, and issue SQL command ALTER TABLE
table-name
DROPPABLE to make the table droppable.
SQL 1285
1285 Schema schema-name cannot be dropped because it contains NOT
DROPPABLE table table-name.
schema-name
is the name of an HP Neoview database schema.
table-name
is the name of a Neoview database table.
Cause
An attempt was made to drop a schema that contains a NOT DROPPABLE table.
Effect
The operation fails.
Recovery
Ensure that the table could be dropped and issue SQL command ALTER TABLE
table-name
DROPPABLE to make the table droppable.
SQL 1286
1286 The NOT DROPPABLE clause is not allowed for volatile tables.
Cause
A CREATE VOLATILE TABLE … statement specifies the NOT DROPPABLE clause,
which is not allowed.
Effect
The operation fails.
Recovery
Correct the error and resubmit the statement.
SQL 1289
1289 The use of ALTER on definition schemas and metadata schemas is not
permitted.
Cause
An attempt was made to alter a definition schema or metadata schema.
Effect
The operation fails.
Recovery
None.
SQL 1299
1299 You cannot specify some columns with just the name and others with
name & data attributes.
Cause
In the CREATE TABLE statement, one or more of the column definitions specify only
the column name and not the data type.
Effect
The CREATE TABLE statement fails to create a table.
Recovery
Fix the column definitions in the CREATE TABLE statement and retry the statement.
For the syntax of the CREATE TABLE statement, see the Neoview SQL Reference Manual.
SQL 1300
1300 Catman generated unknown Exception for procedure procedure-name.
procedure-name
is the ANSI name of a stored procedure.
Cause
An unanticipated error occurred on a metadata read operation for a stored procedure.
53
Содержание 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: ......