解决方法:

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

 

相关文章:

  • 2021-12-13
  • 2021-12-07
  • 2021-05-12
  • 2022-12-23
  • 2021-07-21
  • 2021-12-15
  • 2021-12-18
猜你喜欢
  • 2022-03-03
  • 2021-12-29
  • 2021-11-29
  • 2021-08-20
  • 2021-08-16
  • 2022-01-29
  • 2021-08-25
相关资源
相似解决方案