High Waits On Real-time Descriptor Latch From 12.1.0.1 (Doc ID 2382299.1)
Posted chendian0
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了High Waits On Real-time Descriptor Latch From 12.1.0.1 (Doc ID 2382299.1)相关的知识,希望对你有一定的参考价值。
In this Document
APPLIES TO:Oracle Database Exadata Cloud Machine - Version N/A and laterOracle Cloud Infrastructure - Database Service - Version N/A and later Oracle Database Backup Service - Version N/A and later Oracle Database Cloud Exadata Service - Version N/A and later Oracle Database Cloud Service - Version N/A and later Information in this document applies to any platform. SYMPTOMSHigh "latch free" waits are observed for database after upgrading to 12c. CHANGESAfter upgrade to 12.1.0.1 onwards. CAUSEReal-time descriptor latch is newly introduced from database 12.1.0.1 onwards.
Basically, "Real-time descriptor latch" is used to protect the shared dynamic SGA structure (X$views) when inserting/removing descriptor entries in the shared structure. Mostly, the latch sleeps are on "keomgAddNewEntry", which indicates the space pressure in SGA as oracle is not able to allocate the memory chunk to add the descriptor entries. As part of "Automatic Report Capturing Feature", some monitoring SQLs are executed by MMON_SLAVE every 60 seconds to identify the resource-intensive SQLs and generate the SQL Monitoring report automatically for those SQLs. Those new entries (resource-intensive SQLs) are added to GV$SQL_MONITOR and other views and the latch happens when there is no adequate memory in shared pool for new entries.
<<
.. 164.42 977 0.17 1.56 410.33 40.07 4.34 fhf8upax5cxsz MMON_SLAVE BEGIN sys.dbms_auto_report_int... 154.55 976 0.16 1.47 382.01 40.46 3.44 0w26sk6t6gq98 MMON_SLAVE SELECT XMLTYPE(DBMS_REPORT.GET... 142.06 676 0.21 1.35 325.62 43.63 3.93 dfffkcnqfystw MMON_SLAVE WITH MONITOR_DATA AS (SELECT I... >>
<<
Latch Miss Sources only latches with sleeps are shown Latch Name Where NoWait Misses Sleeps Waiter Sleeps "Pct Misses" should be very low Namespace Get Requests Pct Miss Pin Requests Pct Miss Reloads Invali- dations
SOLUTION1. Identify the appropriate value for SGA_TARGET or MEMORY_TARGET and set higher minimum value for SHARED_POOL_SIZE to avoid memory pressure. SQL> alter system set "_report_capture_cycle_time"=0; /* Default is 60 seconds */ /* This is system modifiable with immediate */
|
以上是关于High Waits On Real-time Descriptor Latch From 12.1.0.1 (Doc ID 2382299.1)的主要内容,如果未能解决你的问题,请参考以下文章
Edge Computing Application: Real-Time Face Recognition Based on Cloudlet
Edge Computing Application: Real-Time Face Recognition Based on Cloudlet
latency analysis for real-time communication on NoC
MediaPipe Hands: On-device Real-time Hand Tracking 论文阅读笔记
MediaPipe Hands: On-device Real-time Hand Tracking 论文阅读笔记
《Keep your Eyes on the Lane:Real-time Attention-guided Lane Detection》