Neoview Messages Manual (R2.2)
SQL 3237
3237 Duplicate NO ROLLBACK clauses were specified.
Cause Duplicate NO ROLLBACK clauses were specified in a SET TRANSACTION statement.
Effect SET TRANSACTION statement fails, and the existing transaction state remains
unaffected.
Recovery Remove the duplicate NO ROLLBACK clause and issue the SET TRANSACTION
statement again.
SQL 3238
3238 Duplicate AUTOABORT clauses were specified.
Cause Duplicate AUTOABORT clauses were specified in a SET TRANSACTION statement.
Effect SET TRANSACTION statement fails, and the existing transaction state remain
unaffected.
Recovery Remove the duplicate AUTOABORT clause, and issue the SET TRANSACTION
statement again.
SQL 3241
3241 This MERGE statement is not supported. Reason: reason-text
reason-text
is the reason for the error.
Cause The MERGE statement contained an invalid clause or subquery-clause combination;
or was used on streams instead of tables, on a view, or on a table that contains an IDENTITY
column or a SYSKEY. The specific reason is reported by reason-text.
Effect The operation fails. No changes are made to tables.
Recovery Correct the statement as indicated by reason-text, and reissue the query.
SQL 3242
3242 This statement is not supported. Reason: reason-text
reason-text
is the reason for the error.
Cause The MERGE statement attempted an invalid operation as reported by reason-text.
Effect The operation fails. No changes are made to tables.
Recovery Correct the statement as indicated by reason-text, and reissue the query.
SQL 3400
3400 Invalid code point value for character set name.
Cause There is an undefined character in the character set.
Effect The operation fails.
Recovery Remove the invalid character and resubmit.
SQL 3401
3401 Hexadecimal representation of string literals associated with
character set name is not supported.
Cause You used a hexadecimal format to represent a character string that is not supported
by the HP Neoview database software.
Effect The operation fails.
Recovery Do not use a hexadecimal format for the character set you specified.
119