| |
GeekInterview.com > Tech FAQs > DataStage
| Print | |
Question: If a DataStage job has aborted after say 1000 records, how to continue the load from 1000th record after fixing the error?
|
| May 05, 2008 03:34:43 |
#6 |
| sankarganeshvel |
Database Expert Member Since: May 2008 Total Comments: 4 |
RE: If a DataStage job has aborted after say 1000 records, how to continue the load from 1000th record after fixing the error? |
| Hi ,if your job is using OCI stage as the target stage .then u can do it. just specify the no of the record in the Transaction handling of the OCI stage . So if the job get aborted after 1000 records ,say some 1220 then 1000 record will be there in the target table |
| |
Back To Question | |