相关疑难解决方法(0)

Oracle - 有什么方法可以查看对特定表的未提交更改吗?

我目前正在通过批处理进行调试,该批处理执行大量 DML 语句,但不会立即执行提交。能够在事务未提交的情况下查看来自另一个会话的“待处理”更改会很好。这可能吗?

例子:

Insert into table myTable (col1, col2) values ("col1", "col2");

--Somehow view the pending transaction maybe by system view?....

...other DML statements....

commit;
Run Code Online (Sandbox Code Playgroud)

oracle oracle-10g transaction

25
推荐指数
5
解决办法
4万
查看次数

标签 统计

oracle ×1

oracle-10g ×1

transaction ×1