Neoview Messages Manual (Volume 1) (R2.5)
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