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.

相关推荐
YangYang9YangYan28 分钟前
2026 电商数据运营校招 JD 梳理|岗位任务、技能与面试考点汇总
大数据·数据库·数据分析
Sun 328530 分钟前
读懂集中式主备的集群状态与节点角色
数据库·opengauss·集群·节点角色·磐维数据库·运行状态
努力努力再努力wz1 小时前
【Redis进阶系列】:从主从复制到 Sentinel,一文建立故障检测、Leader 选举与 Failover 的完整心智模型
数据库·redis·缓存
达梦数据1 小时前
DMDRS搭建部署简介与运行环境
数据库
Omics Pro1 小时前
1个月2轮融资!长寿虚拟细胞
数据库·人工智能·算法·机器学习·自然语言处理
zcn1262 小时前
row_number()函数与group by性能比较
数据库·sql优化改写
小K讲AI营销2 小时前
AI基础设施融资路径的中美比较:资本市场模式与政策金融模式
大数据·数据库·人工智能
净水深流2 小时前
中国冷链冷库行业数据分析:从规模扩张到技术驱动
大数据·数据库·人工智能·冷库冷链
李兆龙的博客3 小时前
从一到无穷大 #94:ClickHouse TimeSeries——时间线组织与 Prometheus 兼容性
数据库
冰暮流星3 小时前
事务的四个特性(ACID)详解
数据库