Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top