-
Aug 5th, 2011, 02:47 PM
#1
Exception management and commit in a loading job
Hi,
I have a simple use case:
loading a flat file in Oracle tables. I would like to understand what will happen if an error (for example an Oracle exception, value too large for a field in a record) is encountered in a step: will the batch stop, does it continue ? Is it possible to skip records in errors like this case and to commit the others ?
Thanks for these explanations
-
Aug 11th, 2011, 02:55 AM
#2
The default is to stop, but you can configure a lot of features for skipping. the User Guide is a good starting point for this basic stuff: http://static.springsource.org/sprin...onfiguringSkip.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules