s

spring-jdbc-oracle-parent

A variant of Spring's JdbcTemplate that uses Oracle Update Batching. If Spring's classic JdbcTemplate is used in combination with an Oracle DB, the `batchUpdate()` methods won't return the number of affected rows. Instead, these methods do always return an array containing -2 (`Statement#SUCCESS_NO_INFO`) in each element. In order to get the number of affected rows during a batch INSERT/UPDATE/DELETE, it is required to use [Oracle Update Batching](http://docs.oracle.com/cd/B28359_01/java.111/b31224/oraperf.htm#autoId2).
https://github.com/ferstl/spring-jdbc-oracle
Apache 2
Stefan Ferstl
Aggregated version Version Update time
2.0 2.0.0 Jul 02, 2018
1.0 1.0.0 Apr 22, 2014
0.9 0.9.0 Jun 24, 2013
3 Records