Issue Number: 700797a
| Issue | An internal error followed by abnormal termination may occur if undo segment creation is performed simultaneously during the idle undo segment selection process. |
| Cause | There is an issue where invalid memory is accessed due to insufficient concurrency handling during undo cache lookup. |
| Solutions | Modified to recheck the undo cache after releasing the spinlock. |