• 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.Data Guard Wait Events
  • 相关阅读:
    SQLSERVER 的表分区(水平) 操作记录2
    GraphQl in ASP.NET Core
    初始认知学习 .net core 逐步加深
    C# 关于使用JavaScriptSerializer 序列化与返序列化的操作
    Nginx、IIS 相关命令
    SqlServer:查询指定表所有外键关联表信息
    centos 重启宝塔命令
    c# 根据日志中的方法信息,反射再次执行相关方法
    jackson 下载地址记录
    【设计模式】六大原则
  • 原文地址:https://www.cnblogs.com/lhdz_bj/p/8716706.html
Copyright © 2020-2023  润新知