RAC archivelog 在共享盘下就可以在一个node进行备份

Applies To

All Users

Oracle Database - Enterprise Edition - Version 10.2.0.4 and later

Summary

RAC database installation with 3 nodes. Each instance has two destinations configured for archiving. RMAN backup's will be run from only one of the three nodes - i.e all 3 nodes will not be used.

  1. LOG_ARCHIVE_DEST_1 is set to the local file system of each node /PATH/

  2. LOG_ARCHIVE_DEST_2 is set to an ASM disk group +FRA

How can you tell rman to backup the archivelogs from the FRA (flash recovery area), so that a connection to each node in the RAC cluster does not have to be connected to?

Solution

Just doing 'backup archivelog all;' or 'backup database plus archivelog;' is good enough. RMAN will use the archivelog that is accessible by that node (in this case +FRA logs) to complete the command. If none of the archivelogs are accessible by the node, then the command will error out.

相关推荐
爱和冰阔落4 分钟前
【Linux】两个毫无关系的进程怎么通信?命名管道 FIFO 从原理到 Server/Client 实战
android·linux·数据库·c++·vim
范什么特西10 小时前
回答知识总结04(redis)
数据库·redis·缓存
码农颜10 小时前
5.4.1 锁分类
java·数据库·mysql
云深处@11 小时前
【数据库】MySQL 入门
数据库·学习·mysql
梦远星帆11 小时前
SQLyog社区版下载
数据库·mysql·sqlyog
科力锐品牌君12 小时前
行业龙头|科力锐全链路防勒索 + 多中心容灾方案,构筑河南翔宇医疗业务安全闭环!
网络·数据库·分布式·安全·数据安全·备份
zyplayer-doc13 小时前
zyplayer-doc企业知识库能做什么:从文档创建、权限管理到AI问答的完整能力
大数据·javascript·数据库·人工智能·pdf·word
会编程的吕洞宾14 小时前
LangChain4j Tool Calling 实战:让大模型自动查数据库发邮件,一句话搞定复杂任务
数据库·人工智能
知行合一。。。15 小时前
DeepAgents--01--Agent和OpenClaw的相关概念
android·数据库
c2385616 小时前
# Mini OJ — 项目详解文档
开发语言·数据库·c++