Scenario Master – Master replication MasterA is a client facing server MasterB is a warm standby server (read only) MasterB restarted abruptly and when instances were braught back up MasterA (it’...
分类:
其他好文 时间:
2015-11-04 15:00:34
阅读次数:
187
数据从主库恢复到备库;打开备库发现出现异常SQL> alter database open;alter database open*ERROR at line 1:ORA-10458: standby database requires recoveryORA-01152: file 1 was n...
分类:
其他好文 时间:
2015-10-22 21:11:01
阅读次数:
288
ActiveDatabaseDuplication简介---------Activedatabaseduplication功能是从11g开始引入的一个新功能,它是对比以前版本中的基于备份集的复制数据库功能。下面简单的回顾一下关于ORACLEDuplicateDatabase功能,Duplicatedatabase可以按照用途分为2种,一种是duplicatedatabase..
分类:
数据库 时间:
2015-10-22 19:35:42
阅读次数:
312
本次配置11Grac到单机ASM的dataguard配置,11Grac的安装参考oracle11Grac安装(VMware+rhel6.3),11G单机ASM安装参考Oracle11G单机asm安装。环境介绍:主库:112032节点RAC实例名:racdb1,racdb2db_name:racdbdb_unique_name:racdb备库:11203单机ASM实例名:racdbstddb_name..
分类:
数据库 时间:
2015-10-21 17:37:07
阅读次数:
423
接上一篇oracledataguard概念篇,现在进行下详细的配置,此次配置的是单实例到单实例,也就是说主库和备库都是基于文件系统的单实例。主机环境:RedHatEnterpriseLinuxServerrelease6.3Rdbms版本:11.2.0.3其他详细信息如下所示:需要注意的是,两边的/etc/hosts文件保证都包含..
分类:
数据库 时间:
2015-10-14 21:55:45
阅读次数:
398
1> run {2> allocate channel prmy1 type disk;3> allocate channel prmy2 type disk;4> allocate channel prmy3 type disk;5> allocate auxiliary channel stby...
分类:
数据库 时间:
2015-10-14 13:57:28
阅读次数:
304
在dataguard的配置当中,LOG_ARCHIVE_DEST_n参数的配置比较重要,故做下整理以下是reference中的截图TheLOG_ARCHIVE_DEST_ninitializationparameterdefinesupto31(wheren=1,2,3,...31)destinations,eachofwhichmustspecifyeithertheLOCATIONortheSERVICEattributetospecifywher..
分类:
其他好文 时间:
2015-10-12 19:28:05
阅读次数:
294
Data Guard主从库之间的角色切换分为以下两种:1)SwitchoverSwithchover通常都是人为的有计划的进行角色互换,比如升级等。它通常都是无损的,即不会有数据丢失。其执行主要分为两个阶段:1.Primary转为Standby2.Standby(之一)转为Primary2)Fail...
分类:
其他好文 时间:
2015-10-12 12:29:34
阅读次数:
136
TopologyObjectiveConfigure inter-VLAN routing with HSRP to provide redundant, fault-tolerant routing to the internal network.BackgroundHot Standby Rou...
分类:
数据库 时间:
2015-10-01 21:40:22
阅读次数:
263
一个DataGuard配置由一个生产库和一个或者多个standby数据库组成,在DataGuard配置中,主库和备库都既可以是rac环境,也可以是单机环境。这篇文章主要介绍dataguard的一些基本知识dataguard的分类、dataguard的服务类型、dataguard的保护模式1.Dataguard中的备库分为物理备库和..
分类:
数据库 时间:
2015-09-23 19:37:22
阅读次数:
317