`

DG支持的异构平台说明

 
阅读更多

概述
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

分享到:
评论

相关推荐

    DG645快速启动及简要说明书.zip

    **DG645延时发生器** DG645是一款专业的延时发生器,它在电子测试和测量领域中...通过"DG645快速操作(内触发).docx"和"DG645简要说明书.pdf"提供的文档,用户可以深入了解该设备的各个方面,并熟练掌握其使用方法。

    DG645 - 延时发生器说明书

    DG645 - Stanford Research Systems Digital delay generator数字延时发生器说明书

    Sigma适马镜头产品 APO70-200mmF2.8 EX DG OS HSM说明书.pdf

    【标题】"APO70-200mmF2.8 EX DG OS HSM"是Sigma适马生产的一款高端变焦镜头,适用于全画幅和APS-C格式的相机。这款镜头以其优秀的光学性能、恒定的大光圈以及内置的光学防抖系统(Optical Stabilizer,简称OS)而...

    Sigma适马APO TELE CONVERTER 1.4x 2x EX DG增距镜说明书.pdf

    《Sigma适马APO TELE CONVERTER 1.4x 2x EX DG增距镜说明书》是为摄影爱好者和专业人士提供的一款重要辅助工具的详细指南。适马(Sigma)是一家知名的镜头制造商,其APO TELE CONVERTER产品系列旨在为相机用户提供...

    Midea美的滚筒洗衣机MG100V31DG5_使用说明书用户手册安装图解图示pdf电子版下载.pdf

    【美的滚筒洗衣机MG100V31DG5使用说明】 美的滚筒洗衣机MG100V31DG5是一款高效智能的家用电器,它提供了多种洗涤程序和功能,以满足不同用户的需求。在使用前,务必仔细阅读提供的使用说明书,确保正确安装和操作,...

    DG654使用说明及数据手册-2020-9-2.rar

    2. 时间编程:DG654支持线性和对数模式的时间编程,用户可以根据需求设定精确的时间间隔。 3. 输出控制:每个通道的输出可以独立开启或关闭,且能设置高电平或低电平偏置,以适应不同负载条件。 三、DG654数据手册...

    Haier海尔冰箱BCD-473WGHSS9DG9U1说明书使用安装手册参数图解图示pdf电子版下载.pdf

    从提供的文件内容中,我们可以提炼出以下几个海尔冰箱BCD-473WGHSS9DG9U1的使用和功能知识点: 1. 安全警告与维护: - 严禁用水直接喷淋或冲洗冰箱,以免造成生锈或电气绝缘性能下降。 - 废弃不用时应将冰箱门体...

    DG的ISD说明

    DG的ISD说明文档,即DigitalGlobe的ImagerySupportData(影像支持数据)说明文件,是一份关于卫星遥感图像数据支持文件的技术文档。这份文档详细描述了DG公司所提供的遥感影像数据的格式、内容、元数据结构及坐标...

    Sigma适马旧型号(在售) MACRO 105mm F2.8 EX DG OS HSM说明书.pdf

    Sigma适马设备说明书

    Sigma适马镜头产品 APO150-500mmF5-6.3 DG OS HSM说明书.pdf

    Sigma适马APO150-500mm F5-6.3 DG OS HSM是一款高性能的远摄变焦镜头,适用于全画幅和APS-C格式的数码单反相机。这款镜头提供了广泛的焦距范围,从150毫米到500毫米,使用户能够拍摄远处的景物,如野生动物、体育...

    DG1900-25.4-II1型锅炉结构说明书

    ### DG1900-25.4-II1型锅炉结构与性能详解 #### 锅炉概述 DG1900-25.4-II1型锅炉是由东方锅炉(集团)股份有限公司联合日本巴布科克-日立公司及东方-日立锅炉有限公司共同设计并制造的一款600MW超临界本生直流锅炉...

    WIN平台单机搭建oracle dg 实验与总结

    Oracle DG 在 WIN 平台下的单机搭建实验与总结 Oracle Data Guard(DG)是一种高可用性解决方案,能够提供实时的数据保护和灾难恢复功能。本文将详细介绍在 WIN 平台下单机搭建 Oracle DG 的实验步骤和总结。 一、...

    Sigma适马EF-610 DG SUPER闪光灯说明书.pdf

    为了充分利用Sigma EF-610 DG SUPER闪光灯,用户应仔细阅读每一页,理解每个图标和术语的含义,同时参照相机本身的说明书来获取与闪光灯配合使用的具体信息。通过这种方式,可以确保在拍摄过程中充分利用闪光灯的...

    网件 DG834GT 恢复说明

    - 若按照上述步骤操作后,路由器仍无法正常工作,建议联系Netgear官方客服获取进一步技术支持。 通过遵循上述详尽的DG834GT固件恢复指南,用户可以有效解决因固件升级失败导致的路由器故障问题,让设备重新焕发活力...

    MC9S12DG128B技术手册

    《MC9S12DG128B技术手册》详细解析了飞思卡尔(现为恩智浦半导体)推出的MC9S12DG128B芯片,这是一款专为智能车辆设计的微控制器,拥有128KB的闪存空间。本手册全面覆盖了MC9S12DG128B、MC9S12DT128B、MC9S12DJ128B...

    DG分区中文版

    DG分区支持FAT、FAT32、NTFS等多种文件系统格式,用户可以根据实际需求选择合适的格式。格式化操作不仅可以解决硬盘错误,还可以在安装新操作系统时创建干净的磁盘环境。 数据恢复是DG分区的一大亮点。在不小心删除...

    Oracle DG主备库删除归档脚本

    3. **时间点恢复**:考虑到Oracle DG支持时间点恢复(Point-in-Time Recovery, Pitr),在删除归档日志时,必须确保不会影响到当前的恢复窗口。这意味着不能删除那些可能会被用于将来恢复的归档日志。 4. **脚本...

    Sigma适马Art系列 85mm_F14_DG_HSM_A016说明书.pdf

    此外,镜头还支持AF-S(单次自动对焦)和AF-C(连续自动对焦)模式,分别适用于静止物体和运动物体的拍摄。其中,AF-S(ONE SHOT)确保一次对焦后保持焦点稳定,适合静态人像或风景摄影;而AF-C则适用于动态主体,如...

Global site tag (gtag.js) - Google Analytics