归档路径进步一点点,log-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3502994
  • 博文数量: 718
  • 博客积分: 1860
  • 博客等级: 上尉
  • 技术积分: 7790
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-07 08:51
个人简介

偶尔有空上来看看

文章分类

全部博文(718)

文章存档

2024年(4)

2023年(74)

2022年(134)

2021年(238)

2020年(115)

2019年(11)

2018年(9)

2017年(9)

2016年(17)

2015年(7)

2014年(4)

2013年(1)

2012年(11)

2011年(27)

2010年(35)

2009年(11)

2008年(11)

最近访客
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2020-12-17 14:10:44


平时log_archive_dest_n来回用,也没怎么思考,就知道这是一个归档位置,今日看了看dataguard相关概念增加了一点点认识。写入这些目标端,要一定条件的,尤其是valid_for 选项。

例子:
alter system set log_archive_dest_4='service=shanghai async  valid_for=(standby_logfiles,standby_role) db_unique_name=shanghai';
说明:当这个库为standby_role角色时,才把主库传过来的logfiles写入dest_4这个位置。
这个配置
通常用于级联dg环境的中转站库,例如 主:北京,从<中转>:大兴,级联:上海。

dg里看看一些状态:

set lin 200 pages 100
col dest_name for a25
col error for a20 trunc
col gap_status for a12
select dest_name,status,error,target,affirm,compression,applied_scn from v$archive_dest;

select dest_name,status,database_mode,recovery_mode,error,gap_status from v$archive_dest_status; 


阅读(986) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图