How can I tell if I have uncommitted work in an Oracle transaction?

后端 未结 2 1131
花落未央
花落未央 2020-12-09 05:18

Is there a way to tell if I have uncommitted work (ie DML) in a transaction? Maybe a data-dictionary view I can query?

A method to find this out both from within an

2条回答
提交回复
热议问题