Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: frequent commits
Walt wrote:
> Chuck wrote:
>
>> Pradeep wrote: >> >>> Please fix what i am missing here. >>> >>> The argument against frequent commits is that oracle needs the >>> transaction details, which is wiped out by COMMIT, to supports its >>> multiversioning facility.
>> The primary argument against frequent commits is that you can't roll >> them back. In theory, a transaction should be just that - one >> transaction from start to finish with a single commit or rollback at the >> end.
>> In reality however sometimes you need to do more frequent commits >> regardless of what some will say. If you need to run an update on every >> row of a 90 zillion row table, you're going to have to commit every now >> and then.
Sometimes though, you're stuck working with a design that you cannot change. The real world is not always ideal. Received on Tue Jan 17 2006 - 11:43:24 CST
![]() |
![]() |