解决Oracle下的undo空间过大的问题

文章作者 100test 发表时间 2007:05:12 12:21:17
来源 100Test.Com百考试题网


-- 如果undo表空间undotbs不能释放空间,重建之
-- 创建备用undo表空间
create undo tablespace newundotbs datafile $ORA_DATA/newundotbs01.dbf size 1000m
/
-- 切换undo表空间
alter system set undo_tablespace=newundotbs scope=spfile
/
shutdown immediate
/
startup
/
-- 0drop原表空间
0drop tablespace undotbs including contents and datafiles
/
-- 创建原undo表空间
create undo tablespace undotbs datafile $ORA_DATA/undotbs01.dbf size 1000m
/
-- 切换undo表空间
alter system set undo_tablespace=undotbs scope=spfile
/
-- 关闭重起并把备用undo表空间0drop
shutdown immediate
/
startup
/
0drop tablespace newundotbs including contents and datafiles
/

相关文章


新黑客技巧可能导致Oracle发生泄露
Oracle中spfile和pfile之间区别和联系
Oracle数据库数据锁定机制全面解析
OracleX计划:应用集成架构
解决Oracle下的undo空间过大的问题
在不同字符集的数据库之间导入数据的方法
在Oracle10g和9i上一些新的特性的总结
教你制作Linux操作系统的USB启动盘
linux的运行模式:Runlevel详细解析
澳大利亚华人论坛
考好网
日本华人论坛
华人移民留学论坛
英国华人论坛