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

SQL 8105
8105 The operation is prevented by the check option on view name.
name
is the name of the view.
Cause You attempted to perform an operation on table name that is prevented by the check
option on view name.
Effect The operation fails.
Recovery Insert into the base table rather than this view.
SQL 8106
8106 The last row fetched by this cursor was updated or deleted between
the FETCH and UPDATE/DELETE...WHERE CURRENT... of statements.
Cause The last row fetched by the cursor was updated or deleted between the FETCH and
UPDATE/DELETE...WHERE CURRENT statements and is no longer available.
Effect The UPDATE/DELETE WHERE CURRENT statement is invalid.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 8107
8107 Self-referencing INSERT statement without blocking operator is not
allowed with AUTOCOMMIT OFF.
Cause An attempt was made to execute a self-referencing INSERT statement that was
compiled without a blocking operator either (1) while the AUTOCOMMIT option was set to
OFF or (2) in a user-defined transaction following a BEGIN WORK statement.
Effect The operation fails.
Recovery For cause 1, set the AUTOCOMMIT option to ON, and execute the statement. For
cause 2, terminate the transaction, and then execute the statement.
SQL 8108
8108 The operation is prevented by a unique constraint on the IDENTITY
column.
Cause The IDENTITY column value violated the unique constraint.
Effect The operation failed.
Recovery Retry the operation.
SQL 8109
8109 Default session-default-name is not a valid default.
Cause The SET SESSION DEFAULT command specified an invalid default.
Effect The command is not processed.
Recovery Reenter the command with the correct default name. For information about the
SET SESSION DEFAULT, contact the GMCSC.
SQL 8300
8300 Late name resolution failed for type object.
type
is the type of the affected object, such as table.
object
is the fully qualified ANSI name of the affected object.
Cause Late name resolution failed for the affected object.
190 Executor Messages (8000 Through 8999)