latch: shared pool等待事件

简介:

The shared pool latch is used to protect critical operations when allocating and freeing memory in the shared pool. Typically a miss rate for this latch less than 95% results in poor performance. There is only one latch of this type in the shared pool, so when there is contention for this latch, significant degradation in performance can occur. Problem ORA-4031 errors are seen in the alert log if a trace file is generated (such as when a background process receives this error instead of when a user proc may get it. This means the session cannot allocate contiguous memory in shared pool for incoming SQL statement. Solutions Since the number of shared pool latch gets is influenced by the volume of shared pool activity like parse operations, anything that can reduce the this activity will improve the availability of this latch and overall database performance (see Reducing the Number of SQL Statements).



本文转自maclean_007 51CTO博客,原文链接:http://blog.51cto.com/maclean/1277936

相关文章
|
SQL 索引 关系型数据库
生产 latch: cache buffers chains等待事件分析
生产 latch: cache buffers chains等待事件分析 一,表面现象:某库CPU冲高,大量latch: cache buffers chains等待事件。
1064 0
|
SQL 关系型数据库 Oracle
|
SQL 关系型数据库 Oracle
|
数据库管理 关系型数据库 Oracle
|
Java 数据库管理 关系型数据库

热门文章

最新文章