Neoview Messages Manual (R2.2)
Cause Cannot create a regular index on a volatile object.
Effect None.
Recovery Either create a volatile index or make sure that the base object is not volatile.
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 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.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
55