Hitachi

Hitachi Advanced Database Messages


KFAA71212-E

The fetch size is invalid. (size = aa....aa) (J)

The value aa....aa of an argument specified with the setFetchSize method has one of the following errors. <SQLSTATE:R2420>

  • The argument has a value outside the range 0 to 65535.

  • The value specified with the setMaxRows method is 1 or more, and the value specified with the setFetchSize method is greater than the value specified with the setMaxRows method.

  • The value specified with the setLargeMaxRows method is 1 or more, and the value specified with the setFetchSize method is greater than the value specified with the setLargeMaxRows method.

aa....aa:

The value of the argument specified with the setFetchSize method

S:

Terminates processing.

Action:

Carefully review the contents of the specified argument.