Вопрос

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

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top