等待事件:Disk file operations I/O
ORALCE的等待事件有很多,今天在一個資料庫的awr報告中發現了一個新的等待事件:Disk file operations I/O,官方解釋如下:
This event is used to wait for disk file operations (for example, open, close, seek, and resize). It is also used for miscellaneous I/O operations such as block dumps and password file accesses.
Wait Time: The wait time is the actual time it takes to do the I/O
Parameter | Description |
FileOperation | Type of file operation |
fileno | File identification number |
filetype | Type of file (for example, log file, data file, and so on) |
我們知道作業系統在操作檔案的時候,需要開啟檔案、關閉檔案、定位檔案位置等,當這些操作在進行的時候,Oracle就處於等待狀態。
作業系統的這些檔案操作可以劃分如下:
1.file creation 2 file open 3 file resize 4 file deletion 5 file close 6 wait for all aio requests to finish 7 write verification 8 wait for miscellaneous io (ftp, block dump, passwd file) 9 read from snapshot files
以上的這些操作大部分跟作業系統的I/O有關係,跟資料庫本身的引數等待是沒有關係的,資料庫出現Disk file operations I/O等待事件的時候往往也可以看到另外一個熟悉的等待事件:log file sync;
經過和sa溝通了解,原來這臺資料庫使用的硬碟是用raid1,瞬間無語,一般情況下資料庫建議放在raid 10的磁碟上面,還好這個資料庫對效能要求不高,也沒有調優的必要;
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
本文作者:JOHN
ORACLE技術部落格:ORACLE 獵人筆記 資料庫技術群:367875324 (請備註ORACLE管理 )
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12679300/viewspace-1193826/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- rac下一節點連線數滿導致ORA-12516以及產生Disk file operations I/O等待事件事件
- db file async I/O submit 等待事件優化MIT事件優化
- db file async I/O submit 等待事件說明MIT事件
- db file async I/O submit等待事件的故障診斷MIT事件
- 【等待事件】等待事件系列(1)--User I/O型別事件型別
- I/O上的等待事件 —— control file sequential read/control file parallel write事件Parallel
- log file sync等待事件事件
- 【等待事件】log file sync事件
- LOG FILE SWITCH等待事件事件
- log file sync" 等待事件事件
- [Oracle Script] check File I/OOracle
- "log file sync"等待事件-2事件
- "log file sync"等待事件-1事件
- 等待事件 log file sync 小解事件
- goldengate extract abended unable to queue I/O, I/O beyond file sizeGo
- db file scattered read等待事件事件
- db file sequential read等待事件事件
- 【等待事件】db file sequential read事件
- 【等待事件】db file scattered read事件
- 等待事件--db file scattered reads事件
- 等待事件--db file sequential reads事件
- log file sync等待事件總結事件
- log file switch相關等待事件事件
- 第5 章、解釋常見的與I/O 有關的等待事件事件
- 【TUNE_ORACLE】等待事件之日誌等待“log file sync”Oracle事件
- log file sync等待事件處理思路事件
- log file switch (checkpoint incomplete)等待事件事件
- control file parallel write等待事件Parallel事件
- 【等待事件】log file switch (checkpoint incomplete)事件
- 【TUNE_ORACLE】等待事件之IO等待“db file parallel write”Oracle事件Parallel
- 【TUNE_ORACLE】等待事件之日誌等待“log file parallel write”Oracle事件Parallel
- [20210326]Disk file operations IO與檔案型資料庫.txt資料庫
- oracle之 調整 I/O 相關的等待Oracle
- oracle等待事件3構造一個Direct Path write等待事件和構造一個Log File Sync等待事件Oracle事件
- 【WAIT】 log file sync等待事件說明AI事件
- 【RAC】RAC 效能分析 - 'log file sync' 等待事件事件
- 關於log file sync等待事件的描述事件
- 詳解 db file sequential read 等待事件事件