Rename schema-oracle10g.sql to schema-oracle.sql
Resolves ##1057
This commit is contained in:
@@ -6,9 +6,9 @@ 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.drop.script=classpath:/org/springframework/batch/core/schema-drop-oracle.sql
|
||||
batch.schema.script=classpath:/org/springframework/batch/core/schema-oracle.sql
|
||||
batch.business.schema.script=business-schema-oracle.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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
platform=oracle10g
|
||||
platform=oracle
|
||||
# SQL language oddities
|
||||
BIGINT = NUMBER(38)
|
||||
IDENTITY =
|
||||
Reference in New Issue
Block a user