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.

相关推荐
杨云龙UP24 分钟前
Oracle RAC / ODA 生产环境指定 PDB 启动 SOP
linux·运维·数据库·oracle
kingwebo'sZone34 分钟前
在Cent上安装Mysql 8.0的遇到的问题和解决办法
数据库·mysql·adb
幽络源小助理43 分钟前
最新知识付费系统网站源码 PC+H5双端 附安装教程 – 幽络源源码网
大数据·数据库
小白考证进阶中1 小时前
Oracle OCP证书报考&考试全指南
数据库·oracle·oracle ocp·ocp认证·oracle认证·甲骨文认证·oracle ocp题库
Leon-Ning Liu2 小时前
【真实经验分享】 ORA-600 [qesmaGetTblSeg1]
数据库·oracle
与数据交流的路上2 小时前
MySQL 优化 -- 相关
数据库·mysql
Rooting++2 小时前
为什么mysql的表字段的collation会自动变
数据库·mysql
Wch1G0z8A2 小时前
Google 开源了啥,让 AI Agent 碰数据库不再是定时炸弹
数据库·人工智能·开源
tedcloud1233 小时前
cc-switch评测:多AI Coding Agent管理工具详解
数据库·人工智能·sql·学习·自动化
土狗TuGou3 小时前
SQL内功笔记 · 第8篇:事务的四大特性与隔离级别
数据库·笔记·后端·sql·mysql·oracle