DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: SQL*Loader

  1. #1
    Join Date
    Dec 2000
    Posts
    43

    Question

    While loading data from a flat file, we need to keep a pointer in the file, in case our process of loading the data fails, we need to re-start it from where it stops, and not start from the beginning. Is there a way we can do this?

  2. #2
    Join Date
    Oct 2000
    Location
    Cambridge, MA (Boston)
    Posts
    144
    You could use SKIP. Then determine from your log file how many records were read and how many were skipped, and next time skip the sum of the two.

    d.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width