From batch-oracle.properties in the samples project:
Code:
batch.lob.handler.class=org.springframework.jdbc.support.lob.DefaultLobHandler
Did you include that file in your context (the easiest way is by setting a System property environment=oracle)?
Actually the lob handler is only there to support very old versions of Oracle, and we'll be removing it from the samples at some point anyway. If you have Oracle 10g or above you don't need it so you can root out the bean definition that is causing problems and delete it.