Neoview Messages Manual (R2.2)

SQL 3402
3402 The format of the value hexadecimal string literal is not valid.
Cause You either used illegal hexadecimal digits, supplied an odd number of hexadecimal
digits, or misplaced space separators.
Effect The operation fails.
Recovery Specify the string in the correct hexadecimal format and resubmit.
SQL 3403
3403 Function name1 does not take an operand with character set name2.
Cause You specified a character operand with a character set that the function does not
support.
Effect The operation fails.
Recovery Do not use the character operand with that character set in the function.
SQL 3404
3404 Character set name, to which SQL_TEXT is aliased, is not allowed
for a SQL module.
Cause You specified SQL_TEXT as the module character name set. SQL_TEXT is synonymous
with UCS2, which is not supported.
Effect The operation fails.
Recovery Replace SQL_TEXT with ISO88591 and resubmit.
SQL 3405
3405 A logical partition name cannot be specified in the LOCATION clause
of the CREATE statement of this object.
Cause You cannot specify the logical partition name in the LOCATION clause of the create
statement of catalog, procedure, view and materialized view object types.
Effect The operation fails.
Recovery Remove the logical partition name syntax from the LOCATION clause and
resubmit.
SQL 3406
3406 A DDL statement could not be translated into a statement consisting
of single-byte characters for processing.
Cause The DDL statement coded in unicode contains non-ISO88591 characters. The HP
Neoview database software does not support arbitrary unicode characters.
Effect The operation fails.
Recovery Remove non-ISO88591 characters and resubmit.
SQL 3409
3409 Declaring a cursor on an embedded INSERT statement is not yet
supported.
Cause You attempted to declare a cursor on an embedded INSERT statement.
Effect The operation fails.
Recovery Modify the statement and resubmit.
120 Parser and Compilation Messages (3000 Through 3999)