Issue Number : 700722a
| Issue | ProSync terminates during UPDATE execution. |
| Cause | If there is insufficient available space in the undo tablespace during an update operation, the log completion marker is not created. As a result, the internal buffer is not initialized. When processing another UPDATE statement later, leftover data from the previous statement remains, causing an assert. |
| Solutions | Modify the system to consider the previous operation as rolled back and initialize the internal buffer if it has not been cleared. |