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.

相关推荐
2301_8038756117 小时前
PHP 中处理会话数组时的类型错误解析与修复指南
jvm·数据库·python
m0_7436239217 小时前
c++如何批量修改文件后缀名_std--filesystem--replace_extension【实战】
jvm·数据库·python
2501_9142459318 小时前
CSS如何处理CSS变量作用域冲突_利用特定类名重写变量值
jvm·数据库·python
maqr_11019 小时前
MySQL数据库迁移到云端如何保障安全_数据加密与SSL连接配置
jvm·数据库·python
u01091476019 小时前
MySQL如何限制触发器递归调用的深度_防止触发器死循环方法
jvm·数据库·python
weixin_3812881819 小时前
MySQL中如何使用HEX函数转换十六进制_MySQL进制转换函数
jvm·数据库·python
Deitymoon19 小时前
嵌入式数据库——SQLite基础
数据库·sqlite
YMatrix 官方技术社区19 小时前
美国·硅谷|YMatrix 即将亮相 Postgres Conference 2026,前瞻 AI 时代的数据基座
数据库·数据仓库·postgresql·时序数据库·ymatrix
bKYP953cL19 小时前
构建自己的AI编程助手:基于RAG的上下文感知实现方案
数据库·人工智能·ai编程
Bert.Cai19 小时前
MySQL DML简介
数据库·mysql