rac下一節點連線數滿導致ORA-12516以及產生Disk file operations I/O等待事件
問題描述:
1.前臺客戶報資料庫操作等錯誤。
2.weblogic 資料來源報overload。
3.連線資料該節點時 提示 : ORA-12516: TNS: 監聽程式找不到符合協議堆疊要求的可用處理程。
4.從另一節點進入,查詢等待事件,出現大量 Disk file operations I/O 等待 事件。
問題分析:
ORA-12516: TNS:listener could not find available handler with matching protocol stack
1.殺掉一些可殺除的連線。
2.找出topsql ,建立索引等(這次主要是幾條sql對300萬左右的表進行全表掃描造成的 )。
3.輪起weblogic server。
1.前臺客戶報資料庫操作等錯誤。
2.weblogic 資料來源報overload。
3.連線資料該節點時 提示 : ORA-12516: TNS: 監聽程式找不到符合協議堆疊要求的可用處理程。
4.從另一節點進入,查詢等待事件,出現大量 Disk file operations I/O 等待 事件。
問題分析:
ORA-12516: TNS:listener could not find available handler with matching protocol stack
Cause: None of the known and available service handlers for the given SERVICE_NAME support the client's protocol stack: transport, session, and presentation protocols.
Action: Check to make sure that the service handlers (e.g. dispatchers) for the given SERVICE_NAME are registered with the listener, are accepting connections, and that they are properly configured to support the desired protocols.
導致ORA-12516錯誤 ,沒 有已知的和可用的服務處理程式給予SERVICE_NAME的支援客戶端的協議棧,要檢查監聽器是否註冊,當process數滿也會導致該問題。
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
FileO peration Type of file operation
fileno File identification number
filetype Type of file (for example, log file, data file, and so on)
導致Disk file operations I/O是Oracle 等待磁碟檔案操作(例如,開啟,關閉,尋求和調整大小)造成的I/O 等待事件。 Disk file operations I/O
導致ORA-12516錯誤 ,沒 有已知的和可用的服務處理程式給予SERVICE_NAME的支援客戶端的協議棧,要檢查監聽器是否註冊,當process數滿也會導致該問題。
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
FileO peration Type of file operation
fileno File identification number
filetype Type of file (for example, log file, data file, and so on)
Disk file operations I/
問題解決:1.殺掉一些可殺除的連線。
2.找出topsql ,建立索引等(這次主要是幾條sql對300萬左右的表進行全表掃描造成的 )。
3.輪起weblogic server。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29863023/viewspace-1571457/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 等待事件: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型別事件型別
- 【RAC】RAC 效能分析 - 'log file sync' 等待事件事件
- I/O上的等待事件 —— control file sequential read/control file parallel write事件Parallel
- 找出導致db file scattered read等待事件發生的SQL及其執行計劃事件SQL
- RAC環境單獨節點插入資料也會導致全域性等待(二)
- RAC環境單獨節點插入資料也會導致全域性等待(一)
- linux 下filesystemio_options disk_asynch_io 導致的I/O效能下降Linux
- 【ASK_ORACLE】Linux從6升級到7導致Oracle產生大量Log file sync等待事件處理辦法OracleLinux事件
- rman備份產生等待事件事件
- 軟連線、硬連結 和 i節點(inode)
- RAC 資料庫中的'log file sync' 等待事件資料庫事件
- 解決Oracle 11gR2 空閒連線過多,導致連線數滿的問題Oracle
- 執行SQL發生錯誤!錯誤:disk I/O errorSQLError
- GoldenGate導致的Streams miscellaneous event等待事件Go事件
- log file sync等待事件事件
- 【等待事件】log file sync事件
- LOG FILE SWITCH等待事件事件
- log file sync" 等待事件事件
- oracle等待事件1分別用表和索引上資料的訪問來產生db file scattered read等待事件Oracle事件索引
- 解決Linux索引節點(inode)用滿導致故障的方法Linux索引
- Linux索引節點(inode)用滿導致的一次故障Linux索引
- RAC環境關閉CLUSTER後導致連線緩慢
- 何時會發生db file sequential read等待事件?事件
- [Oracle Script] check File I/OOracle
- RAC節點啟動失敗--ASM無法連線ASM
- "log file sync"等待事件-2事件
- "log file sync"等待事件-1事件
- 等待事件 log file sync 小解事件
- asm例項自動dismount導致rac一個節點當機ASM
- RAC中的等待事件事件
- 記錄連線數導致警報失效,連線池少問題
- oracle兩節點RAC,由於gipc導致某節點crs無法啟動問題分析Oracle
- goldengate extract abended unable to queue I/O, I/O beyond file sizeGo
- 故障分析 | 血的教訓-由慢查詢引發的備份等待導致資料庫連線打滿資料庫