环境如下:
Oracle 10g MAA:
主库RDBA,两个实例:RDBA1(undo表空间为undotbs1)
RDBA2(undo表空间为undotbs2)
逻辑备库site1,两个实例:
dg21(undo表空间为undotbs1)
dg22(undo表空间为undotbs2)在主库上添加新的undo表空间,然后删除旧的undo表空间:
RDBA1(undotbs1->undotbs3)
RDBA2(undotbs2->undotbs4)
备库上会同步出现这两个新表空间,但是不会删除undotbs1和undotbs2。从备库的初始化参数看,备库仍在使用旧的undo。但是今天重启备库后,发现没有applyprocess了。在dba_logstdby_events中报告:ora-30013:undotablespace"UNDOTBS1"iscurrentlyinuse。
最后,手动改备库undo_tablespace参数:
dg21(undotbs1->undotbs3)
dg22(undotbs2->undotbs4)
问题解决。我想:如果没有重启,备库就将一直用undotbs1和undotbs2下去。
问题解决后发现:备库上已经自动地没有了undotbs1和undotbs2了。
相关阅读:使用RAC和Data Guard构建MAA架构 http://www.linuxidc.com/Linux/2012-01/52056.htmOracle 10g rac Standby 归档日志自动删除脚本 http://www.linuxidc.com/Linux/2013-05/83913.htmOracle 10g客户端连接远程数据库配置图解 http://www.linuxidc.com/Linux/2013-08/88704.htm敏捷的Oracle 10g MAA配置方法 http://www.linuxidc.com/Linux/2013-11/92766.htm更多Oracle相关信息见Oracle 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=12敏捷的Oracle 10g MAA配置方法Redis关于string类型和hash类型数据操作相关资讯 ORACLE 10G Oracle MAA
- Oracle 10g(10.2.0.4)升级到10.2.0 (04月10日)
- Oracle 10g 一主多备的搭建技巧 (07/31/2015 15:31:51)
- 多平台下的32位和64位Oracle 10g下 (02/18/2015 10:38:21)
| - Oracle 10g实现只读表的N种方法 (08/05/2015 10:54:35)
- Oracle 10g中约束与列属性NULLABLE (03/07/2015 19:22:46)
- Oracle 10g Clusterware Votedisk (01/16/2015 14:09:54)
|
本文评论 查看全部评论 (0)