无痕客

落花无情,流水无痕……

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
解决方法:

SQL> create undo tablespace tbs_undo datafile 'd:\oracle\product\10.2.0\oradata\orcl\undotbs02.dbf' size 500M ;
Tablespace created.
SQL> alter system set undo_tablespace='tbs_undo' scope=both;
System altered.
SQL> show parameter undo
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
undo_management string AUTO
undo_retention integer 900
undo_tablespace string tbs_undo

 

参考资料:

http://blog.chinaunix.net/uid-292484-id-2134265.html

http://www.itpub.net/thread-1232789-1-1.html

 

posted on 2012-05-03 17:25  无痕客  阅读(2335)  评论(0编辑  收藏  举报