您的位置:首页 > 数据库 > Oracle

Oracle运行一会自动停止,日志报错:"Instance terminated by PMON, pid = 6072"

2012-05-03 17:25 1656 查看
解决方法:

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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐