Bug 27223075 - Wait for 'PX Deq: Join Ack' when no active QC but PPA* slaves sho
今天遇到了一個問題,應用並行SQL報錯ORA-12805 Parallel Query Server Died Unexpectedly Error
等待事件為PX Deq: Join Ack
Bug 27223075 Wait for 'PX Deq: Join Ack' when no active QC but PPA* slaves show as busy
This note gives a brief overview of bug 27223075.
The content was last updated on: 10-APR-2020
Click
here for details of each of the sections below.
Affects:
Product ( Component) Oracle Server (Rdbms) Range of versions believed to be affected Versions BELOW 19.1 Versions confirmed as being affected Platforms affected Generic (all / most platforms affected)
Fixed:
Interim patches may be available for earlier versions - click to check.
Symptoms: |
Related To: |
Description
This bug is only relevant when using Real Application Clusters (RAC) and Parallel Query (PQO)Hang issue during slave join period and have to kill slave process to end the hang. Rediscovery: A PPA* slave that is busy is thought to be available by a QC and is asked to join, but the slave cannot report back to the QC, so it hangs and has to be killed. You may run the following queries and see no rows returned from the first one, and PPA* slaves returned from the second one: 1. No Query slaves running. select decode(px.qcinst_id,NULL,username, ' - '||lower(substr(s.program,length(s.program)-4,4) ) ) "Username", decode(px.qcinst_id,NULL, 'QC', '(Slave)') "QC/Slave" , to_char( px.server_set) "Slave Set", to_char(s.sid) "SID", decode(px.qcinst_id, NULL ,to_char(s.sid) ,px.qcsid) "QC SID", px.req_degree "Requested DOP", px.degree "Actual DOP" from v$px_session px, v$session s where px.sid=s.sid (+) and px.serial#=s.serial# order by 5 , 1 desc / no rows selected ... 2. But PPA4/PPA5/PPA6/PPA7 are busy. SQL> select SLAVE_NAME from V$PQ_SLAVE where STATUS='BUSY'; SLAV ---- PPA4 PPA5 PPA6 PPA7 Additional Info: Any parallel slave process (p00*) can be affected by this bug and is not constrained to PPA* slaves. Workaround None.
Please note: The above is a summary description only. Actual symptoms can vary. Matching to any symptoms here does not confirm that you are encountering this problem. For questions about this bug please consult Oracle Support. |
References
(This link will only work for PUBLISHED bugs)
Note:245840.1 Information on the sections in this article
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29990276/viewspace-2854315/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Snagit 2019 for Mac 最好用的截圖軟體
- NETCore程式集複用技術:型別轉移(TypeForwarding)
- 關於 Node.js 之 Buffer
- Brusherator for Mac - ps筆刷管理擴充套件皮膚
- 從服務端生成Excel電子表格(Node.js+SpreadJS)
- JS 重構購物車案例 理解AJAX前後端傳輸資料的解碼編碼以及AJAX事件(node做後端)
- RMAN-03009: failure of backup command on ORA_DISK_1 channel
- async-await:協作排程 vs 搶佔排程
- CINNO Research:預計2022年中國市場智慧手機銷量達3.4億部 同比增長8%
- 小米海外發布四款Redmi Note 11 涵蓋四款處理器
- 使用Resilience4J增強Spring WebClient容錯性 – Arnold
- Clean architecture for the rest of us
- (移動端適配px轉rem)react配置rem外掛lib-flexible和postcss-px2rem-exclude
- 使用 electron 和 electron-forge 載入 本地磁碟資源 img 的問題
- 深度評測丨 GaussDB(for Redis) 大 Key 操作的影響
- photoshop2022破解版出來了,p圖越來越智慧,使用越來越簡單
- CINNO Research:2021年全球AMOLED智慧手機皮膚出貨量約6.68億片 同比增長36.3%
- [20220128]Check the datapump file header information in Oracle.txt