您的位置:首页 > 其它

ora-01595 ora-00607 ora-00600错误解决方法

2012-09-30 00:58 507 查看
Find the solution:

1.show parameter undo

2.create UNDO tablespace UNDO2 datafile '/u01/app/oracle/oradata/ora10g/undotbs02.dbf' size 200M REUSE AUTOEXTEND ON NEXT 10M MAXSIZE 500M;

3.alter system set undo_tablespace = 'UNDO2'后再用第一步查看

4.drop tablespace undotbs1 including contents cascade constraints;

5.use os cmd 'rm 'authentic undotbs01.dbf file;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: