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

Cause You specified a STORE BY primary key but did not define a NOT DROPPABLE
primary key.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3189
3189 Setting a lock timeout is not allowed on a view.
Cause You attempted to set a lock timeout on a view, which is not supported.
Effect The operation fails.
Recovery None.
SQL 3192
3192 Union operands table1 and table2 have different access/lock modes.
Cause The HP Neoview database software attempted to compile a UNION query that has
an access/lock mode that can be applied to both branches of the access/lock mode or only to
the second branch of the UNION.
Effect The access/lock mode is applied only to the second branch of the UNION.
Recovery Specify that the access/lock mode apply to both branches and resubmit.
SQL 3193
3193 SIGNAL SQLSTATE= string, message: string1.
string
is the SIGNAL SQLSTATE value.
string1
is the SIGNAL text message.
Cause You attempted a SIGNAL statement. SIGNAL statements are commonly used as an
action for a trigger in a compound statement or in a user application.
Effect The operation fails.
Recovery None.
SQL 3195
3195 Table creation with data type dtype is not supported.
dtype
is a data type specified for a column.
Cause The data type specified for a column in a CREATE TABLE statement is not supported.
Effect The operation fails.
Recovery Correct the data and resubmit.
SQL 3196
3196 Only one access clause for may be specified for a single table
SELECT.
Cause You specified two or more table-level access options for the same table reference.
Effect The offending SQL statement is rejected with an error.
Recovery Remove all but one of the table-level access options for each table reference.
SQL 3197
3197 Only one lock clause may be specified for a single table SELECT.
Cause You specified two or more table-level lock options for the same table reference.
Effect The offending SQL statement is rejected with an error.
112 Parser and Compilation Messages (3000 Through 3999)