ADDM Reports Significant VM Paging on Linux When None is Occurring-1322964.1
ADDM Reports Significant Virtual Memory Paging on Linux When None is Occurring [ID 1322964.1]
In this Document
Symptoms |
Cause |
Solution |
References |
This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review. |
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.5 to 11.2.0.2 [Release 10.2 to 11.2]Linux x86-64
Linux x86
Linux Itanium
Symptoms
After upgrading the database to 10.2.0.5, the ADDM report on Linux operation system may include findings on "Significant virtual memory paging":
FINDING 1: 100% impact (32719 seconds)
--------------------------------------
Significant virtual memory paging was detected on the host operating system.
RECOMMENDATION 1: Host Configuration, 100% benefit (32719 seconds)
ACTION: Host operating system was experiencing significant paging but
no particular root cause could be detected. Investigate processes that
do not belong to this instance running on the host that are
consuming significant amount of virtual memory. Also consider adding more
physical memory to the host.
There is no evidence at OS level of any problem with virtual memory
paging. To verify that you are not really observing a memory problem, look at an
operating system memory tool, such as vmstat:
oracle$ vmstat 5 5 procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------ r b swpd free buff cache si so bi bo in cs us sy id wa st 1 0 670056 1184580 35772 12809336 0 0 26 40 1 5 3 27 68 1 0 0 0 670028 1183624 35788 12810980 0 0 7 22 1298 2534 3 1 90 6 0 1 0 670016 1171840 35804 12813436 0 0 2 34 1621 2691 5 1 77 16 0 1 0 669996 1175536 35816 12817064 0 0 6 19 1424 2957 9 2 77 12 0 0 0 669968 1183408 35840 12820460 0 0 8 28 1430 2850 14 3 73 10 0
Note: Under swap, si and so show a value of 0.
As above, if there are no
abnormal figures and you are still seeing this warning, you might me hitting
this problem
Cause
This issue can be seen from 10.2.0.5 to 11.2.0.2
The problem is caused by wrong values in V$OSSTAT as explained in:
Bug 10148787 ADDM REPORTS VIRTUAL MEMORY PAGING AFTER APPLYING 10.2.0.5
and unpublished Bug 11712010 VIRTUAL MEMORY PAGING ON 11.2.0.2 DATABASES.
Solution
In 11.2, the fix is included in the Patch 10220118 documented in Document 10220118.8 NEED TO ALERT WHEN SYSTEM IS CLOSE TO PAGING. This patch includes an enhancement adding a warning to be printed to the alert log (and DBRM trace) if excessive swapping is observed on the system.
In 10.2.0.5 , please apply patch 12347332.
References
BUG:10148787 - ADDM REPORTS VIRTUAL MEMORY PAGING AFTER APPLYING 10.2.0.5BUG:12347332 - TRACKING BUG TO FIX ADDM INCORRECTLY REPORTING PAGING ON 10.2.0.5
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-761199/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【偵聽】V$session.server = none when using Shared Server/MTS ConfigurationSessionServerNone
- arm-none-linux-gnueabi-gcc 下載地址NoneLinuxGC
- VM linux 解析度更改Linux
- list-style:none outside none;的作用NoneIDE
- SAP security reports
- python使用pip安裝模組出錯 Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None))PythonNone
- AIX Paging space 管理AI
- Archived redolog is (significant) smaller than the redologfileHiveNifi
- Active Session History ReportsSession
- ADDM報告分析
- 初探ADDM的使用
- Oracle ADDM --dbms_addm執行oracle資料庫診斷Oracle資料庫
- 【REDO】Archived redolog is (significant) smaller than the redologfileHiveNifi
- Numerical test reports
- linux /proc/sys/vm下核心引數解析Linux
- linux的vm相關引數介紹Linux
- linux引數之/proc/sys/vm詳解Linux
- oracle 10g ADDMOracle 10g
- oracle addm segment tuningOracle
- A significant part of sql server process memory has been paged outNifiSQLServer
- Paging Library使用及原理
- Etag和if-None-MatchNone
- RUST Some None 和OKRustNone
- docker network之 noneDockerNone
- Docker這些none:none的映象,難道就不配擁有名字嗎DockerNone
- quit(code=None)函式和exit(code=None)函式的使用舉例UINone函式
- VM虛擬機器 linux系統新增磁碟虛擬機Linux
- Oracle Respones-Time Analysis ReportsOracle
- odoo的Aeroo Reports模組使用。Odoo
- Crystal reports 9 的使用示例
- Archived redolog is (significant) smaller than the redologfile_1356604.1HiveNifi
- statspack、awr、addm,ash影片分享
- ADDM: Automatic Database Diagnostic MonitorDatabase
- Paging Library原始碼淺析原始碼
- Paging 3.0 簡介 | MAD Skills
- HTTP Etag與If-None-MatchHTTPNone
- pydantic json 忽略 None 值JSONNone
- ORACLE CASE WHEN 及 SELECT CASE WHEN的用法Oracle