Results 1 to 2 of 2

Thread: Exception management and commit in a loading job

  1. #1
    Join Date
    Jul 2010
    Posts
    28

    Default 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

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    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
  •