How to reprocessed Partitions failed items in Spring Batch?
问题 How to reprocessed Items failed during the Spring Batch Partitioned using JdbcCursorItemReader . Partitions have failed due to below error. Here Source DB is Oracle which holds around 1.7 million records and that table doesn't have any PK and due to this I need to create partitions based on the OF FSET an d LIMIT parameters when dealing with the Oracle DB and due to complexity I was unable to use JdbcPagingItemReader , hence I decided to use JdbcCursorItemReader where I can somehow managed