![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
A while ago I discovered a transaction that had been active for a long time. The statement where against a infrequently accessed table, and caused no problem except that the transaction log continued to be active. So I started looking at how to detect such things for the future. What does it mean if sysibmadm.SNAPAPPL.UOW_STOP_TIME is null? Is this an open transaction, or can it be null for other reasons? |
#3
| |||
| |||
|
|
On 3/5/10 2:50 AM, Lennart wrote: A while ago I discovered a transaction that had been active for a long time. The statement where against a infrequently accessed table, and caused no problem except that the transaction log continued to be active. So I started looking at how to detect such things for the future. What does it mean if *sysibmadm.SNAPAPPL.UOW_STOP_TIME is null? Is this an open transaction, or can it be null for other reasons? UOW Stop Time is the time when a COMMIT or ROLLBACK was issued for a particular transaction. *If it is null, then yes, you're correct, the transaction is still active. |
![]() |
| Thread Tools | |
| Display Modes | |
| |