Retrieve OUT parameters when SP's are invoked via callable statement in batch mode

811 Views Asked by At

How to retrieve the values in OUT parameter when we invoke SP's via Callable statement in batch mode (executeBatch()).

1

There are 1 best solutions below

0
On BEST ANSWER

There is no way to retrieve the OUT parameters when we run SP's in batch mode in Java. We will get exceptions if we have configured out parameters for the SP's that are executing in batch mode.