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.

相关推荐
瑶山2 小时前
SpringBoot + MongoDB 5分钟快速集成:从0到1实操指南
java·数据库·spring boot·后端·mongodb
linux修理工2 小时前
Claude API 密钥更换方法
java·数据库·mysql
chushiyunen2 小时前
langchain的流式事件监听astream_event()、todo运行机制
java·数据库·langchain
羊小猪~~2 小时前
【QT】-- QT操作数据库
数据库·qt·oracle
皙然2 小时前
Redis核心理论:数据删除与淘汰策略详解(从原理到实战)
数据库·redis·缓存
星星也在雾里3 小时前
PostgreSQL完整架构解析 + Linux系统下常用命令手册
数据库·postgresql
Miki Makimura3 小时前
Redis基础指令学习
数据库·redis·学习
Yvonne爱编码3 小时前
数据库---Day3 数据类型
数据库
羑悻的小杀马特3 小时前
30 分钟零基础搭建 Home Assistant,解锁全屋智能新境界
数据库·人工智能