| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Re: undo retention
The general rule seems to be that committing (potentially) invalidates
any open cursor (because oracle incorrectly marks rollback information
as no longer needed) it is often possible to get away with it though if
the information is being used by the cursor, is not modified while the
loop is running, The point being that the periodic commit structure may
work on development or test only to fail on the production server.
Received on Tue Feb 14 2006 - 22:14:28 CST
![]() |
![]() |