How to identify the DML which cause the extensive undo reads
RDBMS 10.2.0.5. We had a SQL query sometimes runs longer due to extensive undo reads. It could be caused by DML statements does not commit or the query started before the DML commits. Anyway, how to identify the DML (or DMLs)? Thanks