Skip to main content

PARAMETER_BATCH_ERROR error condition

SQLSTATE: 22023

Error processing the provided parameter batch.

EMPTY_PARAMETER_ROW

The parameter row <row> is empty.

MISMATCHED_PARAMETER_COUNT

The provided parameter rows have <actual> parameters but the statement expects <expected>.

MISSING_NAMED_PARAMETER

Parameter row <row> is missing the named parameter '<name>'.

MUTUALLY_EXCLUSIVE_PARAMETERS

Parameters and batch parameters are mutually exclusive. Please specify only one of them.

NON_UNIFORM_PARAMETER_COUNTS

There is a mismatch in parameter counts between rows. The parameter row <row> has <actual> parameters, but the previous rows have <expected> parameters.

NON_UNIFORM_PARAMETER_ROW_TYPES

There is a mismatch in parameter types between rows. Previous rows were <previousType> but row <row> is <currentType>.

PARAMETER_LIMIT_EXCEEDED

The limit of <limit> parameters in total was exceeded.

PARAMETER_ROW_PROCESSING_FAILED

Error processing parameter row <row>: <message>