Pregunta

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

¿Fue útil?

Solución

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 bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top