oracle多实例备份,已解决: Oracle RAC下多实例networker备份的问题 - Dell Community

在同一个RMAN脚本里面分别allocate两个物理节点的channel。

NMDA Admin文档上有相关说明:

Archived redo logs

Each node in a RAC system maintains a separate set of redo logs. Redo logs that

become full are archived on the local node. As a result, the archived redo logs are

divided among the nodes of the system.

To enable RMAN to back up and recover a RAC system, make all the archived redo

log files accessible by all nodes participating in the backup or recovery. The

appropriate Oracle RAC documentation provides information on how to share the

archived redo logs.

The following sections provide sample scripts to back up and restore all the archived

redo log files in a RAC system:

“Backing up all archived logs from each node” on page 224

“Restoring all archived logs from each node” on page 224

Note:

The archived logs should use the same NSR_CLIENT setting that is used to back up the

EMC NetWorker Module for Databases and Applications

224

Release 1.2 Administration Guide

Cluster Systems

Backing up all archived logs from each node

All the archived log files in a RAC system can be backed up from a single node, such

as a node named ops1.emc.com by using the following type of RMAN script:

run {

allocate channel t1 type ’SBT_TAPE’

connect ’user_name/user_passwd@connect_string_of_ops1’;

allocate channel t2 type ’SBT_TAPE’

connect ’user_name/user_passwd@connect_string_of_ops2’;

send ’NSR_ENV=(NSR_CLIENT=ops1.emc.com)’;

backup filesperset 10

(archivelog all delete input format ’al_%s_%p’);

release channel t1;

release channel t2;

}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值