Question

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

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top