Bug 4632780 - PMON "failed to acquire latch" during shutdown
今天做實驗,遭遇Bug 4632780
shutdown immedaite
hang住
alert中出現大量PMON "failed to acquire latch" during shutdown
ctrl+c,不起作用,然後在另外一個視窗中登入
[oracle@xh bdump]$ sqlplus '/as sysdba'
SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jun 28 10:21:58 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected.
SQL> alter system checkpoint;
alter system checkpoint
*
ERROR at line 1:
ORA-01012: not logged on
SQL> conn sys/password as sysdba
Connected to an idle instance.
SQL> show parameter
ORA-01012: not logged on
SQL> exit
Disconnected
[oracle@xh bdump]$ ps -ef|grep ora_
oracle 3149 1 0 09:29 ? 00:00:04 ora_pmon_test
oracle 3151 1 0 09:29 ? 00:00:00 ora_psp0_test
oracle 3153 1 0 09:29 ? 00:00:01 ora_mman_test
oracle 3155 1 0 09:29 ? 00:00:01 ora_dbw0_test
oracle 3157 1 0 09:29 ? 00:00:06 ora_lgwr_test
oracle 3159 1 0 09:29 ? 00:00:00 ora_ckpt_test
oracle 3161 1 0 09:29 ? 00:00:03 ora_smon_test
oracle 3163 1 0 09:29 ? 00:00:00 ora_reco_test
oracle 3177 1 0 09:29 ? 00:00:01 ora_arc0_test
oracle 3179 1 0 09:29 ? 00:00:00 ora_arc1_test
oracle 6655 6159 0 10:25 pts/1 00:00:00 grep ora_
[oracle@xh bdump]$ sqlplus '/as sysdba'
SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jun 28 10:27:02 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected.
SQL> shutdown abort
ORACLE instance shut down.
本想 alter system checkpoint後shutdown abort
然而根本無法執行alter system checkpoint,提示登入不上,看oracle程式,orace應該沒有關閉,但死活登入不上,奇怪的是執行shutdown abort卻沒有問題。邪門了~~
資料庫重啟後,一切正常。
metelink上:
Bug 4632780 - PMON "failed to acquire latch" during shutdown
Affects:
Product (Component) Oracle Server (Rdbms) Range of versions believed to be affected Versions < 11 Versions confirmed as being affected
- 9.2.0.7
- 10.1.0.5
- 10.2.0.1
Platforms affected Generic (all / most platforms affected)
Fixed:
This issue is fixed in
- 9.2.0.8 (Server Patch Set)
- 10.2.0.2 (Server Patch Set)
- 11g (Future version)
Symptoms: | Related To: |
|
|
Description
[@more@]"PMON failed to acquire latch" messages can appear in the
alert log during shutdown.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9533994/viewspace-1006205/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 碰到一個latch free相關的BUG
- tomcat報錯org.apache.catalina.core.ContainerBase.startInternal A child container failed during startTomcatApacheAI
- homebrew安裝問題(Failed during: git fetch origin master:refs/remotes/origin/master --tags --force)AIGitASTREM
- 開發中遇到的bug-Property or method “xxxx“ is not defined on the instance but referenced during render.
- 【Bug解決】CentOS-8中“Failed to download metadata for repo ‘AppStreamCentOSAIAPP
- This is the easiest to observe during the gameGAM
- 12.2.0.1bug導致的Failed to register in OCRLOCAL group.錯誤AI
- mutex,latch,lock,enqueue hash chains latch基礎概念MutexENQAI
- gc buffer busy acquire問題處理GCUI
- ORA-00054: resource busy and acquire with NOWAIT specifiedUIAI
- Linux基礎命令---shutdownLinux
- 為ExecutorService增加shutdown hookHook
- 關於pmon、smon、mman、mmon、mmnl後臺程式的解釋
- MYSQL The Server Shutdown Process(筆記)MySqlServer筆記
- ORACLE LOCK,LATCH,PINOracle
- Oracle Latch 說明Oracle
- hiccup和Latch off
- [20190319]shared pool latch與library cache latch的簡單探究.txt
- [20210512]shared pool latch與library cache latch的簡單探究.txt
- ORA-00054: resource busy and acquire with NOWAIT specified處理UIAI
- ExecutorService shutdown()和shutdownNow()方法區別
- Linux 關機命令介紹shutdownLinux
- latch等待事件彙總事件
- Latch free等待事件(轉)事件
- Systematic Latch Contention Troubleshooting in OracleOracle
- Linux shutdown關機命令的基本使用!Linux
- 學習一個 Linux 命令:shutdown 命令Linux
- Latch free等待事件四(轉)事件
- Latch free等待事件三(轉)事件
- [20190416]process allocation latch.txt
- Latch的spin及sleep(zt)
- latch:library cache lock等待事件事件
- 【FPGA基礎】Latch基礎FPGA
- Latch free等待事件二(轉)事件
- ORA-279 signalled during: alter database recover logfileDatabase
- 每天一個Linux命令(2):shutdown命令Linux
- FastAPI 學習之路(五十四)startup 和 shutdownASTAPI
- win10怎麼設定shutdown自動關機_win10如何使用自動關機shutdown命令Win10
- MySQL latch爭用深入分析MySql