uncommited transaction related DML
Hi All,
How can I find all the DMLs related an uncommitted transaction?
Example there is a table emp, user updated that table and didn't commit.
Then ran two times select * from emp but still didn't commit the data. Now I want to find which dml are submitted for this uncommited transaction. How can I do that?
Regards
How can I find all the DMLs related an uncommitted transaction?
Example there is a table emp, user updated that table and didn't commit.
Then ran two times select * from emp but still didn't commit the data. Now I want to find which dml are submitted for this uncommited transaction. How can I do that?
Regards
0