【DATAGUARD】Data Guard Wait Events

简介:

This note describes the wait events that monitor the performance of the log 
transport modes that were specified on the primary database with the ARCH, LGWR,
SYNC, and ASYNC attributes on the LOG_ARCHIVE_DEST_n initialization parameter. 
The wait events and associated timing information are displayed by the 
V$SYSTEM_EVENT view, as follows: 


Wait events for standby destinations configured with the ARCH attribute: 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

"ARCH wait on ATTACH" 

	This wait event monitors the amount of time spent by all archiver 
	processes to spawn an RFS connection. 

"ARCH wait on SENDREQ"

	This wait event monitors the amount of time spent by all archiver 
	processes to write the received redo to disk as well  as open and close 
	the remote archived redo logs. 

"ARCH wait on DETACH" 

	This wait event monitors the amount of time spent by all archiver 
	processes to delete an RFS connection. 
  

Wait events for standby destinations configured with the LGWR SYNC attributes: 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

"LGWR wait on ATTACH" 

	This wait event monitors the amount of time spent by all log writer 
	processes to spawn an RFS connection. 

"LGWR wait on SENDREQ"

	This wait event monitors the amount of time spent by all log writer 
	processes to  write the received redo to disk  as  well as open and close
	the remote archived redo logs.
 
"LGWR wait on DETACH"

	This wait event monitors the amount of time spent by all log writer 
	processes to delete an RFS connection. 


Wait events for standby destinations configured with the LGWR ASYNC attributes:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

"LNS wait on ATTACH" 

	This wait event monitors the amount of time spent by all network servers
	to spawn an RFS connection. 

"LNS wait on SENDREQ"

	This wait event monitors the amount of time spent by all network servers
	to write the received redo to disk  as well  as open and close the remote
	archived redo logs.

"LNS wait on DETACH"

	This wait event monitors the amount of time spent by all network servers
	to delete an RFS connection.
 
"LGWR wait on full LNS buffer" 

	This wait event monitors the amount of time spent by the log writer 
	(LGWR) process waiting for the network server (LNS) to free up ASYNC 
	buffer space. If buffer space has not been freed in a reasonable amount 
	of time, availability of the primary database is not compromised by 
	allowing the archiver process (ARCn) to transmit the redo log data. This
	wait event is not relevant for destinations configured with the LGWR 
	SYNC=PARALLEL attributes. 
  

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.

相关文章
|
存储 云计算 对象存储
云计算——ACA学习 云计算分类
云计算——ACA学习 云计算分类
317 0
|
监控 安全 Devops
阿里云容器服务飞天敏捷版详解
阿里云容器服务提供了公共云、专有云以及飞天敏捷版三种部署形态,全方位地满足企业客户利用CaaS(Container as a Service)进行应用现代化上云的需求。飞天敏捷版包含了阿里在公有云上的最佳实践和Docker企业版的安全能力,打造企业一体化化的本地容器云平台方案。
27321 1
|
10月前
|
网络协议 网络虚拟化 数据中心
VLAN和VXLAN,两者有何区别
随着网络技术发展,云计算因其高利用率、低管理成本及灵活性成为各行业IT建设新趋势。服务器虚拟化作为核心技术之一,提升了数据中心计算密度,但传统二三层网络难以满足虚拟机无限制迁移需求。VLAN技术因支持VLAN数有限,无法满足云服务商需求;而VXLAN技术通过将二层网络扩展到三层,可支持多达1600万个网络,有效克服了VLAN的局限性,实现多租户支持和网络可靠性的提升。
293 1
|
网络协议 网络安全 数据安全/隐私保护
内容安全(DPI和DFI解析)
内容安全(DPI和DFI解析)
556 6
|
存储 NoSQL 算法
Redis中删除过期Key的三种策略
Redis中删除过期Key的三种策略
354 0
|
安全 网络安全 开发工具
【已解决】Unable to negotiate with 47.98.49.44 port 22: no matching host key type found. Their offer: ssh
Unable to negotiate with 47.98.49.44 port 22: no matching host key type found. Their offer: ssh
716 0
【已解决】Unable to negotiate with 47.98.49.44 port 22: no matching host key type found. Their offer: ssh
|
移动开发 数据库
使用notepad++将每行文本的开头结尾统一加上"",
使用notepad++将每行文本的开头结尾统一加上"",
623 0
|
分布式计算 关系型数据库 大数据
阿里大数据——数据库总结:RDS、ADS、OTS、ODPS
阿里大数据——数据库总结:RDS、ADS、OTS、ODPS自制脑图
1359 0
阿里大数据——数据库总结:RDS、ADS、OTS、ODPS
|
消息中间件 存储 编解码
MQ 介绍|学习笔记
快速学习 MQ 介绍
1079 0
MQ 介绍|学习笔记