WAITED TOO LONG FOR A ROW CACHE ENQUEUE LOCK!
故障現象:
- instance1 hang (sqlplus 都不能進去)
- alert log 裡出現:WAITED TOO LONG FOR A ROW CACHE ENQUEUE LOCK
解決過程:
環境: AIX5.3+hacmp5.3+oracle 10.2.0.2 RAC
故障現象:
- instance1 hang (sqlplus 都不能進去)
- alert log 裡出現:WAITED TOO LONG FOR A ROW CACHE ENQUEUE LOCK
解決過程:
DATA COLLECTED
===================
Tue Oct 30 08:19:18 2007
GES: Potential blocker (pid=917874) on resource TX-00320007-00028042;
enqueue info in file /oracle/app/oracle/admin/prdtest/udump/prdtest1_ora_966744.trc and DIAG trace file
Tue Oct 30 08:53:01 2007
GES: Potential blocker (pid=540996) on resource CI-0000001E-00000002;
enqueue info in file /oracle/app/oracle/admin/prdtest/bdump/prdtest1_lmd0_991268.trc and DIAG trace file
Tue Oct 30 09:02:34 2007
GES: Potential blocker (pid=856078) on resource DR-00000000-00000000;
enqueue info in file /oracle/app/oracle/admin/prdtest/bdump/prdtest1_lmd0_991268.trc and DIAG trace file
Tue Oct 30 09:04:30 2007
MMNL absent for 1989 secs; Foregrounds taking over
Tue Oct 30 09:22:34 2007
>>> WAITED TOO LONG FOR A ROW CACHE ENQUEUE LOCK! pid=107
System State dumped to trace file /oracle/app/oracle/admin/prdtest/udump/prdtest1_ora_8809
90.trc
Tue Oct 30 09:24:59 2007
>>> WAITED TOO LONG FOR A ROW CACHE ENQUEUE LOCK! pid=83
System State dumped to trace file /oracle/app/oracle/admin/prdtest/udump/prdtest1_ora_987404.trc
Tue Oct 30 09:28:11 2007
>>> WAITED TOO LONG FOR A ROW CACHE ENQUEUE LOCK! pid=80
System State dumped to trace file /oracle/app/oracle/admin/prdtest/bdump/prdtest1_q004_733658.trc
Tue Oct 30 09:36:21 2007
>>> WAITED TOO LONG FOR A ROW CACHE ENQUEUE LOCK! pid=16
System State dumped to trace file /oracle/app/oracle/admin/prdtest/bdump/prdtest1_reco_856078.trc
Tue Oct 30 09:36:23 2007
MMNL absent for 3843 secs; Foregrounds taking over
解決方案:
From the systemstate and AWR report, I see that there is heavey contention for and internal sequence SYS.AUDSES$ .
Please carry out the following :
SQL> conn / as sysdba
SQL> alter sequence SYS.AUDSES$ cache 10000 ;
Also, the please increase the shared pool to atleast 3.5 GB.
Let me know if the issue occurs after this or not.
If it occurs again, the upload similar set of files and AWR report.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7318139/viewspace-980928/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【ASK_ORACLE】Row Cache Enqueue鎖之概念篇OracleENQ
- data too long for column
- 當刪除oracle資料庫user時發生row cache lock 等待事件Oracle資料庫事件
- enq: TX - row lock contentionENQ
- sqlserver kill long time lockSQLServer
- Error running ‘Application’Command line is too longErrorAPP
- ORA-25307 ENQUEUE RATE TOO HIGH. ENABLE FLOW CONTROLENQ
- ORA-01489: result of string concatenation is too long
- #1118 - Row size too large. The maximum row size for the used table type, not counting BLOBs
- library cache pin和library cache lock(一)
- library cache pin和library cache lock (zt)
- library cache pin和library cache lock(二)
- mutex,latch,lock,enqueue hash chains latch基礎概念MutexENQAI
- 等待事件enq: TX - row lock contention事件ENQ
- Row size too large (> 8126)解決辦法
- 關於Argument list too long的問題
- Specified key was too long; max key length is 1000 bytes
- MySQL:Innodb 讓MDL LOCK和ROW LOCK 記錄到errlogMySql
- 奇異的enq: TX - row lock contentionENQ
- Mysql 報Row size too large 65535解決方法MySql
- File name too long window和linux排查,解決Linux
- library cache lock和library cache bin實驗_2.0
- latch:library cache lock等待事件事件
- SAP:CX_SY_READ_SRC_LINE_TOO_LONG解決
- mysql specified key was too long與Index column size too large. The maximum column size is 767 bytes.MySqlIndex
- Library Cache 診斷:Lock, Pin 以及 Load Lock (文件 ID 1548524.1)
- Oracle Enqueues Wait Events 三 enq: TX - row lock contentionOracleENQAI
- [20240920]跟蹤library cache lock library cache pin使用gdb.txt
- [20240824]跟蹤library cache lock library cache pin使用gdb.txt
- Library Cache最佳化篇(一)降低library cache lock和library cache pin的方法
- 刪除大量檔案Argument list too long錯誤解決
- git拉取程式碼報錯filename too long unable to create fileGit
- 偶遇ERROR 1071 (42000): Specified key was too long; max key length is 767 bytesError
- 解決 Specified key was too long ... 767 bytes 的本質問題
- [20211026]關於18c row cache mutex.txtMutex
- [20211031]18c row cache mutext等待事件探究.txtMutex事件
- 【TUNE_ORACLE】等待事件之“library cache lock”Oracle事件
- 一次library cache lock 問題分析
- Command line is too long. Shorten command line for JooLunMallApiApplication or also for Spring Boot default configuration?APIAPPSpring Boot