문제

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