Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Initialization parameter transactions_per_rollback_segment, can you set this?
I would guess (the testing is up to you :) that the time saved during a
restart
of a job by committing each record does not come close to the time
( and frustration ) you would save by committing the whole batch once.
-- Jared Still Certifiable Oracle DBA and Part Time Perl Evangelist On 8/16/05, Arnold, Sandra <ArnoldS_at_osti.gov> wrote:Received on Tue Aug 16 2005 - 10:58:33 CDT
>
> It needs to commit after each record so that it will be easy to recover
> at the next record to be loaded if something happens during the load.
> For instance, if you are loading 100,000 records you do not need to load
> all 1000,000 again if a problem occurs during the load. You can pick
> back up at the next record to be loaded. The process logs each unique
> identifier that it loads so that you know where it was in the process
> when it failed.
>
>
-- http://www.freelists.org/webpage/oracle-l
![]() |
![]() |