Neoview Messages Manual (R2.2)
Recovery Migrate to an HP Neoview database software version that supports stored
procedure result sets.
SQL 4310
4310 USER(x) is currently supported only in the outermost SELECT list.
For example, it cannot be part of the subquery.
Cause You tried to use the USER(x) function somewhere other than the outermost SELECT
clause. This function is not yet fully supported.
Effect The operation fails.
Recovery Correct the query and retry the request.
SQL 4313
4313 Function rand()is not supported.
Cause You attempted to use the random function, which is not supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4320
4320 Stream access not allowed on multi-partitioned table, when flag
ATTEMPT_ASYNCHRONOUS_ACCESS is set to OFF. Table in scope: table-name.
Cause You attempted a stream access on a multi-partitioned table when the flag
ATTEMPT_ASYNCHRONOUS_ACCESS was set to OFF.
Effect The operation fails.
Recovery Set the ATTEMPT_ASYNCHRONOUS_ACCESS flag to ON and resubmit.
SQL 4333
4333 Column column-name is not part of the partitioning key.
column-name
is the name of the column that is not part of the partitioning key of the table
specified in the PARTITIONING_KEY clause of the
KEY_RANGE_COMPARE function.
Cause You specified a column in the PARTITIONING_KEY clause that is not part of the
partitioning key of the table specified in the PARTITIONING_KEY option of the
KEY_RANGE_COMPARE function.
Effect The operation failed.
Recovery Specify a column that is part of the partitioning key in the PARTITIONING_KEY
clause of the KEY_RANGE_COMPARE function.
SQL 4334
4334 KEY_RANGE_COMPARE is not allowed on views.
Cause KEY_RANGE_COMPARE function cannot be used on views.
Effect The operation failed.
Recovery Use the KEY_RANGE_COMPARE function on tables or indexes.
SQL 4335
4335 The degree num1 specified for the left operand of the PARTITIONING
KEY clause does not match the number of columns num2 in the particular
key for table table-name.
157