Oracle 跨平台的DATAGUARD组合列表
(2010-12-27 17:35:43)
标签:
杂谈 |
分类: Oracle学习 |
链接:
http://www.oracleblog.cn/working-case/da
oracle允许在同一个oracle platform下安装dataguard,要求尽量的同样的操作系统版本。
oracle
platform可以用以下的语句查看(9i的v$database没有PLATFORM_ID和PLATFORM_NAME字段):
----------- -----------------------------------
oracle dataguard也支持不同oracle platform的组合,见下面的列表。不在列表的组合不支持组建DG:
PLATFORM_ID |
PLATFORM_NAME |
支持DG的PLATFORM_ID |
2 |
Solaris[tm] OE (64-bit) |
2 |
3 |
HP-UX (64-bit) |
|
4 |
HP-UX IA
(64-bit) |
|
5 |
HP
Tru64 UNIX |
5 |
6 |
AIX-Based Systems (64-bit) |
6 |
7 |
Microsoft Windows IA (32-bit) |
7 |
8 |
Microsoft Windows IA (64-bit) |
7
(10g on |
9 |
IBM
zSeries Based Linux |
9 |
10 |
Linux IA
(32-bit) |
7
(11g on |
11 |
Linux IA
(64-bit) |
11 |
12 |
Microsoft Windows 64-bit for AMD |
7 (10g on |
13 |
Linux 64-bit for AMD |
10 (10g on |
15 |
HP
Open VMS |
15 |
16 |
Apple Mac OS |
16 |
17 |
Solaris Operating System (x86) |
17 |
18 |
IBM
Power Based Linux |
18 |
19 |
HP
IA OpenVMS |
19 |
20 |
Solaris Operating System (AMD64) |
20 |
通过上表我们看到,在oracle 11g上已经支持platform_id=10即Linux x86和platform_id=7即Microsoft Windows (x86)这样大平台跨越的DG。