查看事务所使用回退段

来源:互联网 发布:ubuntu安装语言支持 编辑:程序博客网 时间:2024/04/29 14:25

SQL> alter system set undo_tablespace=undo2;

System altered.

SQL> update scott.emp set sal=sal+1;

14 rows updated.

SQL> select XIDUSN from v$transaction;

    XIDUSN
----------
 14

原创粉丝点击