Files
spring-batch/spring-batch-core
Mahmoud Ben Hassine fac59e6319 Update ORACLE DDL script to immediately create table segments
The default table segment creation in Oracle is DEFERRED.
This means when Spring Batch tries to insert rows for the
first time, it will compete with the Oracle process that
tries to create segments lazily at the same time, which
leads to an error.

This commit changes the default table segment creation
to IMMEDIATE.

Resolves #1127
2021-09-17 15:11:25 +02:00
..
2021-08-25 18:54:36 +02:00