Home > Database > Mysql Tutorial > Oracle笔记:RAC Crosschecking

Oracle笔记:RAC Crosschecking

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 17:11:13
Original
887 people have browsed it

在多节点上使用Crosschecking时,可以配置集群,以使集群中的每个节点都可以访问所有的数据库备份,而不管这个数据库备份是由谁生

在多节点上使用Crosschecking时,可以配置集群,以使集群中的每个节点都可以访问所有的数据库备份,而不管这个数据库备份是由谁生成的。如果你的集群做了这样的配置,在restore 或 crosscheck 操作时,你就可以在任何节点上分配通道(channel)。

而如果你没有像上面所说的那样配置集群,在restore 或 crosscheck 操作时,你必须通过 CONFIGURE CHANNEL 命令的 CONNECT 选项在多个节点上分配通道(channel),以使每个备份可以被集群中至少一个节点访问。
如果在 crosscheck 操作时,没有配置可以访问这些备份的通道,这些备份就会被标记为 EXPIRED 。

节点1与节点2均使用默认的配置,在节点1上进行了一次全备

[sql]

在节点2上配置并行度为2(节点数),并配置通道,然后重新验证

[sql]

linux

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template