Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Asynchronous Commit in Oracle Database 10g R2
Hi,
"Jonathan Lewis" <jonathan_at_jlcomp.demon.co.uk> wrote in message
news:df9tol$oli$1_at_nwrdmz03.dmz.ncs.ea.ibs-infra.bt.com...
>
>
> This is an undocumented optimization.
OK, I believe that the idea is that one does not care about potential data loss since the application has no control over commits anyway. All the application sees is whether the PL/SQL proc. committing in a loop succeeded or failed. If the PL/SQL proc. failed, the number of committed rows is unpredictable whether or not the commits are optimized. Received on Fri Sep 02 2005 - 19:43:49 CDT