SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)
Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
6-53
Recovery. Correct the query and retry the request.
SQL 4313
Cause. You attempted to use the random function, which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4320
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
Where $0~ColumnName is the table column name.
Cause. The user has 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 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 KEY_RANGE_COMPATRE function.
SQL 4334
Cause. KEY_RANGE_COMPARE function cannot be used on views.
Effect. The operation failed.
Recovery. Use KEY_RANGE_COMPARE function on tables or indexes.
4313 Function rand()is not supported.
4320 Stream access not allowed on multi-partitioned table,
when flag ATTEMPT_ASYNCHRONOUS_ACCESS is set to OFF. Table in
scope: table-name.
4333 Column $0~ColumnName is not part of the partitioning
key.
4334 KEY_RANGE_COMPARE is not allowed on views.










