# Placeholders batch.* # for Oracle: batch.jdbc.driver=oracle.jdbc.OracleDriver batch.jdbc.url=jdbc:oracle:thin:@oracle:1521:xe batch.jdbc.user=spring batch.jdbc.password=spring batch.jdbc.testWhileIdle=false batch.jdbc.validationQuery= batch.drop.script=classpath:/org/springframework/batch/core/schema-drop-oracle10g.sql batch.schema.script=classpath:/org/springframework/batch/core/schema-oracle10g.sql batch.business.schema.script=business-schema-oracle10g.sql batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer batch.database.incrementer.parent=sequenceIncrementerParent batch.lob.handler.class=org.springframework.jdbc.support.lob.OracleLobHandler batch.grid.size=2 batch.jdbc.pool.size=6 batch.verify.cursor.position=true batch.isolationlevel=ISOLATION_SERIALIZABLE batch.table.prefix=BATCH_