Neoview Messages Manual (Volume 1) (R2.4)

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.
SQL 1301
1301 NO ACTION referential action for referential-triggered-action
clause is not yet supported as specified by ANSI SQL99 standard. To
alter the behavior, set an appropriate value for the
REF_CONSTRAINT_NO_ACTION_LIKE_RESTRICT default.
referential-triggered-action
can either be ON DELETE or ON UPDATE.
Cause NO ACTION referential action is specified in the referential integrity definition, and
the CONTROL QUERY DEFAULT value for
REF_CONSTRAINT_NO_ACTION_LIKE_RESTRICT is ‘OFF.’
Effect The NO ACTION referential action cannot be defined.
Recovery To alter the behavior of NO ACTION referential action, set the appropriate value
for the REF_CONSTRAINT_NO_ACTION_LIKE_RESTRICT default.
SQL 1302
1302 NO ACTION referential action for referential-triggered-action
clause behaves like RESTRICT referential action. To alter the behavior,
set the appropriate value for the REF_CONSTRAINT_NO_ACTION_LIKE_RESTRICT
default.
referential-triggered-action
can either be ON DELETE or ON UPDATE.
52 Data Definition Language (DDL) Messages (1000 Through 1999)