LAD Oracle dataguard KSR

chatgpt/2023/10/4 8:20:26

LAD= *log_archive_dest


20/07/2023 10:08:37          2 Error 1089 disconnecting from LAD:2 standby host '
                               pkgprddg'
20/07/2023 10:08:37          3 Error 1089 disconnecting from LAD:2 standby host '
                               pkgprddg'

SRL are not getting used as Local Archiving has been set wrongly .

All SRL are showing status ACTIVE for Old Sequence.

 On Standby db the Local archiving is set to


 *log_archive_dest_2LOCATION=USE_DB_RECOVERY_FILE_DEST VALID_FOR=(all_logfiles,all_roles) DB_UNIQUE_NAME=<db_unique_name of Primary>'  ===========> This is wrong  showing db_unique_name of Primary for local archiving

LAD2 is set for All Logfiles but the db_unique_name is set to different name rather the db_unique_name of Standby Hence there is No location set for SRL and hence they are all shown as ACTIVE

SOLUTION

On Standby for local archiving you just need to give the path of the archive dest or FRA (if FRA is configured)
 

Alter system set log_archive_dest_1='LOCATION=USE_DB_RECOVERY_FILE_DEST'  ;  (no need to specify db_unique_name and valid_for for local archiving) ;


26/07/2023 16:30:30          1 ORA-16198: Received timed out error from KSR
26/07/2023 16:30:30          1 Error 16198 closing archive log file 'pkgprddg'
26/07/2023 16:30:59          2 ORA-16198: Received timed out error from KSR
26/07/2023 16:30:59          2 Error 16198 disconnecting from LAD:2 standby host
                               'pkgprddg'
 

DBA_HIST_CHANNEL_WAITS display the amount of messages broadcast on KSR and KSXR channels as well as the total time taken for the broadcast to complete.

KSR channels are local to an instance, that is, only processes within an instance subscribed to the channel can receive the message. KSXR channels allow messages to be broadcast across instances. The messages broadcast and the total time to broadcast are cumulative from the start of the instance. Channels with high overall average wait times could indicate potential problems with a subscriber on that channel which can lead to poor scaled performance.

Wait events for standby destinations configured with either the LGWR ASYNC or 
LGWR SYNC=PARALLEL attributes: 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"LGWR wait on LNS"This wait event monitors the amount of time spent by the log writer (LGWR)process waiting to receive messages on KSR channels from the network server. "LNS wait on LGWR"This wait event monitors the amount of time spent by the network server waiting to receive messages on KSR channels from the log writer (LGWR) process. "LGWR-LNS wait on channel"This wait event monitors the amount of time spent by the log writer (LGWR)process or the network server processes waiting to receive messages on KSR channels.

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.exyb.cn/news/show-5314924.html

如若内容造成侵权/违法违规/事实不符,请联系郑州代理记账网进行投诉反馈,一经查实,立即删除!

相关文章

SI24R2H 2.4G+125K中长跑应用原理

一、中长跑计时系统应用背景 采用125KHZ低频唤醒高频射频识别系统和先进的技术、计算机信息处理等高新技术与体育竞赛相结合&#xff0c;便于运动员携带而不影响其跑步状态&#xff0c;当运 动员带着射频识别卡经过计时线圈时&#xff0c;读卡天线能够立即检测到通过的卡片信息…

接口自动化测试-Jmeter+ant+jenkins实战持续集成(详细)

目录&#xff1a;导读 前言一、Python编程入门到精通二、接口自动化项目实战三、Web自动化项目实战四、App自动化项目实战五、一线大厂简历六、测试开发DevOps体系七、常用自动化测试工具八、JMeter性能测试九、总结&#xff08;尾部小惊喜&#xff09; 前言 1、下载安装配置J…

【云原生-制品管理】制品管理的优势

制品介绍制品管理-DevOps制品管理优势总结 制品介绍 制品管理指的是存储、版本控制和跟踪在软件开发过程中产生的二进制文件或“制品”的过程。这些制品可以包括编译后的源代码、库和文档&#xff0c;包括操作包、NPM 和 Maven 包&#xff08;或像 Docker 这样的容器镜像&…

Git分布式版本控制工具和GitHub(二)--Git指令入门

一.指令入门前的准备 1.Git全局设置 2.获取Git仓库 例如&#xff1a;将我GitHub上的first_resp仓库克隆到本地。 点击进入first_rep&#xff0c;后面本地仓库操作的学习就是在这个界面右键打开Git Bash 3.工作区&#xff0c;暂存区&#xff0c;版本库概念 注&#xff1a;如果空…

HarmonyOS/OpenHarmony元服务开发-配置卡片的配置文件

卡片相关的配置文件主要包含FormExtensionAbility的配置和卡片的配置两部分&#xff1a; 1.卡片需要在module.json5配置文件中的extensionAbilities标签下&#xff0c;配置FormExtensionAbility相关信息。FormExtensionAbility需要填写metadata元信息标签&#xff0c;其中键名称…

Blazor前后端框架Known-V1.2.9

V1.2.9 Known是基于C#和Blazor开发的前后端分离快速开发框架&#xff0c;开箱即用&#xff0c;跨平台&#xff0c;一处代码&#xff0c;多处运行。 Gitee&#xff1a; https://gitee.com/known/KnownGithub&#xff1a;https://github.com/known/Known 概述 基于C#和Blazor…

SciencePub学术 | 计算机科学类重点SCIEEI征稿中

SciencePub学术 刊源推荐: 计算机科学类重点SCIE征稿中&#xff01;信息如下&#xff0c;录满为止&#xff1a; 一、期刊概况&#xff1a; 计算机科学类重点SCIE 【期刊简介】IF&#xff1a;6.5-7.0&#xff0c;JCR1区&#xff0c;中科院2区&#xff1b; 【出版社】世界排名…

Node.js入门笔记(包含源代码)以及详细解析

Node.js 入门笔记源码 01、如何在终端中执行js 文件 目标&#xff1a;将下面的代码语句在中断中执行 代码演示&#xff1a; console.log(Hello World)for (let i 0;i < 3;i) {console.log(6)}方法&#xff1a;在文件上右击打开在终端中执行&#xff0c;然后输入node空格 输…
推荐文章