【发布时间】:2012-07-02 21:49:10
【问题描述】:
可能重复:
Oracle: How to find out if there is a transaction pending?
在 Oracle 中,如果我在 SQL PLUS 中发出 UPDATE 命令,我如何知道它是否已提交?
例如下面的代码,我怎么知道这 25 行是否已提交?
update countries set name = 'ddd'
25 rows updated
谢谢
【问题讨论】:
标签: oracle