- 浏览: 4411429 次
- 性别:
- 来自: 厦门
文章分类
- 全部博客 (634)
- Oracle日常管理 (142)
- Oracle体系架构 (45)
- Oracle Tuning (52)
- Oracle故障诊断 (35)
- RAC/DG/OGG (64)
- Oracle11g New Features (48)
- DataWarehouse (15)
- SQL, PL/SQL (14)
- DB2日常管理 (9)
- Weblogic (11)
- Shell (19)
- AIX (12)
- Linux/Unix高可用性 (11)
- Linux/Unix日常管理 (66)
- Linux桌面应用 (37)
- Windows (2)
- 生活和工作 (13)
- 私人记事 (0)
- Python (9)
- CBO (15)
- Cognos (2)
- ORACLE 12c New Feature (2)
- PL/SQL (2)
- SQL (1)
- C++ (2)
- Hadoop大数据 (5)
- 机器学习 (3)
- 非技术 (1)
最新评论
-
di1984HIT:
xuexilee!!!
Oracle 11g R2 RAC高可用连接特性 – SCAN详解 -
aneyes123:
谢谢非常有用那
PL/SQL的存储过程和函数(原创) -
jcjcjc:
写的很详细
Oracle中Hint深入理解(原创) -
di1984HIT:
学习了,学习了
Linux NTP配置详解 (Network Time Protocol) -
avalonzst:
大写的赞..
AIX内存概述(原创)
概述
OracleData Guard 最简单的配置是主备库的环境都一样,但是在有些情况下需要异构的配置,比如在迁移时为了减少停机时间或者零停机,可能就需要使用异构的DG 配置。
关于Oralce DataGuard 异构平台的搭建,Metalink上有2篇文章专门来说明:
Data Guard Support for HeterogeneousPrimary and Logical Standbys in Same Data Guard Configuration [ID 1085687.1]
Data Guard Support for HeterogeneousPrimary and Physical Standbys in Same Data Guard Configuration [ID 413484.1]
在Oracle 11g 之前,DG Broker 不支持不同word-size的DG 配置,因此需要修改word-size. 到了Oracle 11g 之后,DG 就没有了这个限制。具体可查看Metalink的下面文章
Changing between 32-bit and 64-bit WordSizes [ID 62290.1]
这里的word-size只的是数据库的位数,是32位还是64位。其查看方法,我之前的Blog 有说明。
在配置异构DG 之前,要先查看主备库的Platform ID,可以从v$database 视图中查看:
SQL> select platform_id,platform_name from v$database;
PLATFORM_ID PLATFORM_NAME
----------- ---------------------------------------------
7 Microsoft Windows IA (32-bit)
SQL> select platform_id,platform_name from v$database;
PLATFORM_ID PLATFORM_NAME
-------------------------------------------------------------------------------
10 Linux IA (32-bit)
这里的Platform_ID 是唯一的,不同的平台,即每个OS对应一个ID。
只要server 上Oracle 的软件的版本和位数是一致的,主备库就支持不同的server,即Server不影响,比如:
(1)Hardware manufacturer (e.g. Delland Sun or Hitachi and EMC)
(2)Hardware configuration (e.g. numberof CPUs, amount of RAM, storage configuration, etc)
(3)Processor (e.g. x86-64 AMD64 andx86-64 Intel 64; POWER4 and POWER5)
(4)Operating system distribution (e.g.Red Hat Linux, SUSE Linux or Oracle Enterprise Linux)
(5)Operating system version (e.g.Windows 2000 and Windows XP)
物理standby
物理standby 支持的混合平台如下表所列,不在下表不受支持。
以下几点需要注意:
1、在Oracle 11g之后,不受数据库word-size的限制(数据库32还是64位)
2、在下表所列的平台中,主备库的compatible 参数必须相同。
3、A standby database cannot beopen read-only in any environment that has binary-level PL/SQL-related incompatibilities between primary and standby databases. Support Note414043.1 is referenced in the table below for any platform combinations where this is the case (the note provides instructions for eliminating incompatibilities post role transition). It is possible to access astandby database in such environments in Oracle Database 11g by temporarily converting it to a Snapshot Standby database, or in Oracle Database 10g by opening the standby read/write as described in the Data Guard 10g Concepts and Administration guide: Usinga Physical Standby Database for Read/Write Testing and Reporting. Both procedures require following the steps in note 414043.1 before making the database available to users.
4、RMAN generally supports instantiation of a physical standby database for the supported platform combinations. Please see Support Note 1079563.1 for details.
5、Platforms in a supporte dcombination may operate in either the primary or standby role.
--平台支持主备库角色的转换
6、在PLATFORM_ID 不一样的情况下,备库不能创建和使用EM。但可以使用DG Broker。
PLATFORM_ID |
PLATFORM_NAME Release name |
PLATFORM_IDs supported within the same Data
Guard configuration when using Data Guard Redo Apply (Physical Standby) |
2 |
Solaris[tm] OE (64-bit) Solaris Operating System (SPARC) (64-bit) |
2 6 - This is not supported due to issues reported in Bug 12702521 |
3 |
HP-UX (64-bit) HP-UX PA-RISC |
3 4 - Oracle 10g onward, see Support Notes 395982.1 and 414043.1 |
4 |
HP-UX IA (64-bit) HP-UX Itanium |
4 3 - Oracle 10g onward, see Support Notes 395982.1 and 414043.1 |
5 |
HP Tru64 UNIX HP Tru64 UNIX |
5 |
6 |
IBM AIX on POWER Systems (64-bit) |
2 - This is not supported due to issues reported in Bug 12702521 6 |
7 |
Microsoft Windows (32-bit) Microsoft Windows (x86) |
7 8, 12 - Oracle 10g onward, see Support Note 414043.1 10 - Oracle 11g onward, requires patch for Bug 13104881 11, 13 - Oracle 11g onward, see Support Note 414043.1, also requires patch for Bug 13104881 |
8 |
Microsoft Windows IA (64-bit) Microsoft Windows (64-bit Itanium) |
7 - Oracle 10g
onward, see Support Note 414043.1 8 12 - Oracle 10g onward 11, 13 - Oracle 11g onward, requires patch for Bug 13104881 |
9 |
IBM zSeries Based Linux z/Linux |
9 18 (64-bit zSeries only) |
10 |
Linux (32-bit) Linux x86 |
7 - Oracle 11g
onward, requires patch for Bug 13104881 10 11, 13 - Oracle 10g onward, see Support Note 414043.1 |
11 |
Linux IA (64-bit) Linux Itanium |
10 - Oracle 10g onward, see Support Note 414043.1 11 13 - Oracle 10g onward 7 - Oracle 11g onward, see Support Note 414043.1, also requires patch for Bug 13104881 8, 12 - Oracle 11g onward, requires patch for Bug 13104881 |
12 |
Microsoft Windows 64-bit for AMD Microsoft Windows (x86-64) |
7 -
Oracle 10g
onward, see Support Note 414043.1
8 - Oracle 10g onward 12 11, 13 - Oracle 11g onward, requires patch for Bug 13104881 |
13 |
Linux 64-bit for AMD Linux x86-64 |
7
- Oracle 11g onward, see Support Note 414043.1, also requires patch for Bug 13104881 10 - Oracle 10g onward, see Support Note 414043.1 11 - Oracle 10g onward 8, 12 - Oracle 11g onward, requires patch for Bug 13104881 13 20 - Oracle 11g onward |
15 |
HP Open VMS HP OpenVMS Alpha HP IA OpenVMS OpenVMS Itanium |
15 |
16 |
Apple Mac OS Mac OS X Server |
16 |
17 |
Solaris Operating System (x86) Solaris Operating System (x86) |
17 20 - Oracle 10g onward, see Support Note 414043.1 |
18 |
IBM Power Based Linux Linux on Power |
9 (64-bit zSeries only) 18 |
20 |
Solaris Operating System (AMD64) Solaris Operating System (x86-64) |
13 -
Oracle 11g onward 17 - Oracle 10g onward, see Support Note 414043.1 20 |
逻辑standby
逻辑standby对于dg异构平台的支持,大体上和物理standby没有区别,大家看下下面的表格即可
PLATFORM_ID |
PLATFORM_NAME Release name |
PLATFORM_IDs supported within the same Data
Guard configuration when using Data Guard SQL Apply (Logical Standby) |
2 |
Solaris[tm] OE (64-bit) Solaris Operating System (SPARC) (64-bit) |
2 |
3 |
HP-UX (64-bit) HP-UX PA-RISC |
3, 4 |
4 |
HP-UX IA (64-bit) HP-UX Itanium |
3, 4 |
5 |
HP Tru64 UNIX HP Tru64 UNIX |
5 |
6 |
AIX-Based Systems (64-bit) AIX5L |
6 |
7 |
Microsoft Windows (32-bit) Microsoft Windows (x86) |
7 10 requires patch for Bug 13104881 8, 12 - Replication can only occur from a 32-bit primary to a 64-bit standby, once a role transition has promoted the 64-bit system to the primary role, the original 32-bit primary is not supported as a standby database. |
8 |
Microsoft Windows IA (64-bit) Microsoft Windows (64-bit Itanium) |
7 - Replication
can only occur from a 32-bit primary
to a 64-bit standby, once a role transition has promoted the 64-bit
system to the primary role, the original 32-bit primary is not
supported as a standby database. 8, 12 11, 13, both require patch for Bug 13104881 |
9 |
IBM zSeries Based Linux z/Linux |
9 |
10 |
Linux (32-bit) Linux x86 |
7, requires patch for Bug 13104881 10 11, 13 - Replication can only occur from a 32-bit primary to a 64-bit standby, once a role transition has promoted the 64-bit system to the primary role, the original 32-bit primary is not supported as a standby database. |
11 |
Linux IA (64-bit) Linux Itanium |
10 - Replication can only occur from a 32-bit primary
to a 64-bit standby, once a role transition has promoted the 64-bit
system to the primary role, the original 32-bit primary is not
supported as a standby database. 8, requires patch for Bug 13104881 11, 13 |
12 |
Microsoft Windows 64-bit for AMD Microsoft Windows (x86-64) |
7 - from Oracle
11g onward. Replication can only occur from a 32-bit primary
to a 64-bit standby, once a role transition has promoted the 64-bit
system to the primary role, the original 32-bit primary is not
supported as a standby database. 8, 12 |
13 |
Linux 64-bit for AMD Linux x86-64 |
10 -
Replication can only
occur from a 32-bit primary
to a 64-bit standby, once a role transition has promoted the 64-bit
system to the primary role, the original 32-bit primary is not
supported as a standby database. 8, requires patch for Bug 13104881 11, 13 |
15 |
HP Open VMS HP OpenVMS Alpha HP IA OpenVMS OpenVMS Itanium |
15 |
16 |
Apple Mac OS Mac OS X Server |
16 |
17 |
Solaris Operating System (x86) Solaris Operating System (x86) |
17 |
18 |
IBM Power Based Linux Linux on Power |
18 |
20 |
Solaris Operating System (AMD64) Solaris Operating System (x86-64) |
20 |
参考至:http://blog.csdn.net/tianlesoftware/article/details/7241488
如有错误,欢迎指正
邮箱:czmcj@163.com
发表评论
-
Duplicate a Database Using RMAN in Oracle Database 11g Release 2
2016-11-03 15:38 985Duplicate a Database Using RMA ... -
grid control 安装总结 (三)之EMD upload error: uploadXMLFiles skipped或忘记OMS密码
2014-11-17 17:16 2829[oracle@anbob agent10g]$ bin/e ... -
Grid Control服务端看不到Agent相关信息,同时OMS状态为unknown处理
2014-11-17 17:14 2202一次Grid Control的agent是启动的,但是在GC ... -
给11gR2 RAC添加LISTENER监听器并静态注册
2014-10-22 17:52 3237之前有同学想要给11gR2的RAC添加LISTENER监听器 ... -
HOW TO REMOVE CRS AUTO START AND RESTART FOR A RAC INSTANCE
2014-10-12 20:08 1511Subject: HOW TO REMOVE CRS AU ... -
How To Enable Archive Logging In RAC Environment [ID 1186764.1]
2014-10-12 19:45 1048How To Enable Archive Logging ... -
Oracle 11g RAC使用Manual和Policy Managed方法配置
2014-10-12 17:25 8932软件环境: 操作系统:Red Hat Enterpris ... -
Moving OCR and Voting Disk to Oracle ASM Online
2014-10-12 16:35 2704Prior Oracle 11gR2, it was only ... -
Oracle 11g R2的启动与关闭(原创)
2014-10-10 15:04 27246概述 Oracle 11gR2 中对CRSD资源进行了重新 ... -
重新配置与卸载11gR2 Grid Infrastructure
2014-10-10 08:24 2340概述Oracle 11g R2 Grid Infrastru ... -
Data Guard Broker Properties
2014-10-07 16:15 1036Data Guard Broker Properties ... -
Data Guard - Snapshot Standby Database配置
2014-10-07 07:39 991概述一般情况下,物理standby数据库处于mount状态 ... -
Active Data Guard
2014-10-06 19:27 912Oracle Active Data Guard is a ... -
Data Guard Broker系列之六:Fast-Start Failover
2014-10-06 18:29 3117Fast-Start Failover 基本概念 Fa ... -
Data Guard Broker系列之五:数据库角色转换
2014-10-06 18:28 1300数据库转换的基本概 ... -
Data Guard Broker系列之四:数据库管理
2014-10-06 18:27 1252数据库状态管理 数据 ... -
Data Guard Broker系列之三:Data Guard Broker配置管理
2014-10-06 16:56 1301配置data guard broker配置文件基本参数 ... -
Data Guard Broker系列之二:Data Guard Broker配置实战
2014-10-05 16:16 1621配置之前DG环境状态 测试的DG环境安装在同一个机器上, ... -
Data Guard broker系列之一:Data Guard Broker基础
2014-10-05 16:13 2327Data Guard broker概览 Data ... -
Dataguard切换保护模式(从MAXIMUM PERFORMANCE 到 maximize availability)
2014-10-05 14:52 12971. 首先查看主库当前保护模式(主库操作)SQL> s ...
相关推荐
**DG645延时发生器** DG645是一款专业的延时发生器,它在电子测试和测量领域中...通过"DG645快速操作(内触发).docx"和"DG645简要说明书.pdf"提供的文档,用户可以深入了解该设备的各个方面,并熟练掌握其使用方法。
DG645 - Stanford Research Systems Digital delay generator数字延时发生器说明书
【标题】"APO70-200mmF2.8 EX DG OS HSM"是Sigma适马生产的一款高端变焦镜头,适用于全画幅和APS-C格式的相机。这款镜头以其优秀的光学性能、恒定的大光圈以及内置的光学防抖系统(Optical Stabilizer,简称OS)而...
《Sigma适马APO TELE CONVERTER 1.4x 2x EX DG增距镜说明书》是为摄影爱好者和专业人士提供的一款重要辅助工具的详细指南。适马(Sigma)是一家知名的镜头制造商,其APO TELE CONVERTER产品系列旨在为相机用户提供...
【美的滚筒洗衣机MG100V31DG5使用说明】 美的滚筒洗衣机MG100V31DG5是一款高效智能的家用电器,它提供了多种洗涤程序和功能,以满足不同用户的需求。在使用前,务必仔细阅读提供的使用说明书,确保正确安装和操作,...
2. 时间编程:DG654支持线性和对数模式的时间编程,用户可以根据需求设定精确的时间间隔。 3. 输出控制:每个通道的输出可以独立开启或关闭,且能设置高电平或低电平偏置,以适应不同负载条件。 三、DG654数据手册...
从提供的文件内容中,我们可以提炼出以下几个海尔冰箱BCD-473WGHSS9DG9U1的使用和功能知识点: 1. 安全警告与维护: - 严禁用水直接喷淋或冲洗冰箱,以免造成生锈或电气绝缘性能下降。 - 废弃不用时应将冰箱门体...
DG的ISD说明文档,即DigitalGlobe的ImagerySupportData(影像支持数据)说明文件,是一份关于卫星遥感图像数据支持文件的技术文档。这份文档详细描述了DG公司所提供的遥感影像数据的格式、内容、元数据结构及坐标...
Sigma适马设备说明书
Sigma适马APO150-500mm F5-6.3 DG OS HSM是一款高性能的远摄变焦镜头,适用于全画幅和APS-C格式的数码单反相机。这款镜头提供了广泛的焦距范围,从150毫米到500毫米,使用户能够拍摄远处的景物,如野生动物、体育...
### DG1900-25.4-II1型锅炉结构与性能详解 #### 锅炉概述 DG1900-25.4-II1型锅炉是由东方锅炉(集团)股份有限公司联合日本巴布科克-日立公司及东方-日立锅炉有限公司共同设计并制造的一款600MW超临界本生直流锅炉...
Oracle DG 在 WIN 平台下的单机搭建实验与总结 Oracle Data Guard(DG)是一种高可用性解决方案,能够提供实时的数据保护和灾难恢复功能。本文将详细介绍在 WIN 平台下单机搭建 Oracle DG 的实验步骤和总结。 一、...
为了充分利用Sigma EF-610 DG SUPER闪光灯,用户应仔细阅读每一页,理解每个图标和术语的含义,同时参照相机本身的说明书来获取与闪光灯配合使用的具体信息。通过这种方式,可以确保在拍摄过程中充分利用闪光灯的...
- 若按照上述步骤操作后,路由器仍无法正常工作,建议联系Netgear官方客服获取进一步技术支持。 通过遵循上述详尽的DG834GT固件恢复指南,用户可以有效解决因固件升级失败导致的路由器故障问题,让设备重新焕发活力...
《MC9S12DG128B技术手册》详细解析了飞思卡尔(现为恩智浦半导体)推出的MC9S12DG128B芯片,这是一款专为智能车辆设计的微控制器,拥有128KB的闪存空间。本手册全面覆盖了MC9S12DG128B、MC9S12DT128B、MC9S12DJ128B...
DG分区支持FAT、FAT32、NTFS等多种文件系统格式,用户可以根据实际需求选择合适的格式。格式化操作不仅可以解决硬盘错误,还可以在安装新操作系统时创建干净的磁盘环境。 数据恢复是DG分区的一大亮点。在不小心删除...
3. **时间点恢复**:考虑到Oracle DG支持时间点恢复(Point-in-Time Recovery, Pitr),在删除归档日志时,必须确保不会影响到当前的恢复窗口。这意味着不能删除那些可能会被用于将来恢复的归档日志。 4. **脚本...
此外,镜头还支持AF-S(单次自动对焦)和AF-C(连续自动对焦)模式,分别适用于静止物体和运动物体的拍摄。其中,AF-S(ONE SHOT)确保一次对焦后保持焦点稳定,适合静态人像或风景摄影;而AF-C则适用于动态主体,如...