| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Help: Is there any way we can find how many times a session has committed?
charlie cs wrote:
>>Daniel A. Morgan wrote; >>Oracle version number?
>>Using rollback or UNDO?
>>SQL or PL/SQL?
>>Executing what DML statements?In a loop?
Lets start out with a reality check. An insert can not cause an ORA-01555. So this is not the cause. If the insert is expecting to find information in an undo segment that it requires, however, that may cause an ORA-01555 and that is a situation almost always traceable to a cursor loop with an incremental commit. So we still need to see the actual PL/SQL to provide specific help. But in general:
![]() |
![]() |