[20130121]訪問v$sql_plan的出現ora-07445問題.txt
[20130121]訪問v$sql_plan的出現ora-07445問題.txt
SQL> select * from v$version where rownum<=1;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
我想檢查一個索引執行計劃是否使用。
select * from v$sql_plan where object_owner='AAA' and object_name='I_XXXX';
出現如下提示:
ORA-03113: 通訊通道的檔案結束
程式 ID: 0
會話 ID: 2285 序列號: 2851
檢視alert.log檔案,發現:
Errors in file /u01/app/oracle/admin/xxx430/udump/xxx430_ora_3621.trc:
ORA-07445: exception encountered: core dump [msqopnws()+52] [SIGSEGV] [Address not mapped to object] [0x000000000] [] []
Mon Jan 21 10:47:09 2013
google:V$SQL_PLAN ORA-03113 ora-07445
http://momendba.blogspot.com/2009/04/ora-07445-when-querying-vsqlplan-view.html
Workaround does not crash but "some information will be missing":
ORA-07445 [MSQSUB()+32] When Select From V$SQL_PLAN [ID 791225.1]
Bug 7022234 is Fixed in 11.2
Patches exist for it on most platforms on top of 10.2.0.4 at the moment of writing this note
1- apply the patch 7022234 if available
2- If the patch is not available you may use the following workaround
alter session set "_cursor_plan_unparse_enabled"=false;
-- 按照建議執行如下,可以正常訪問。
alter session set "_cursor_plan_unparse_enabled"=false;
SQL> select * from v$version where rownum<=1;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
我想檢查一個索引執行計劃是否使用。
select * from v$sql_plan where object_owner='AAA' and object_name='I_XXXX';
出現如下提示:
ORA-03113: 通訊通道的檔案結束
程式 ID: 0
會話 ID: 2285 序列號: 2851
檢視alert.log檔案,發現:
Errors in file /u01/app/oracle/admin/xxx430/udump/xxx430_ora_3621.trc:
ORA-07445: exception encountered: core dump [msqopnws()+52] [SIGSEGV] [Address not mapped to object] [0x000000000] [] []
Mon Jan 21 10:47:09 2013
google:V$SQL_PLAN ORA-03113 ora-07445
http://momendba.blogspot.com/2009/04/ora-07445-when-querying-vsqlplan-view.html
Workaround does not crash but "some information will be missing":
ORA-07445 [MSQSUB()+32] When Select From V$SQL_PLAN [ID 791225.1]
Bug 7022234 is Fixed in 11.2
Patches exist for it on most platforms on top of 10.2.0.4 at the moment of writing this note
1- apply the patch 7022234 if available
2- If the patch is not available you may use the following workaround
alter session set "_cursor_plan_unparse_enabled"=false;
-- 按照建議執行如下,可以正常訪問。
alter session set "_cursor_plan_unparse_enabled"=false;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-752965/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [20130121]應用程式訪問那些表.txt
- JAVA訪問雲資料mysql出現問題JavaMySql
- Nginx採用https加密訪問後出現的問題NginxHTTP加密
- [20130318]v$rman_backup_job_details訪問緩慢的問題.txtAI
- Block內部訪問例項變數會出現的問題BloC變數
- python 讀取txt出現\xef\xbb\xbf…的問題Python
- 急問:mysql出現的問題MySql
- 訪問github出現無法訪問此網站Github網站
- springboot 訪問上傳頁面因csrf出現403的問題Spring Boot
- wordress小程式圖片訪問出現404問題解決辦法
- IE7.0 訪問ORACLE EBS 出現問題一般的解決方法Oracle
- WebService 訪問問題Web
- 域名訪問和ip訪問引起的http 403問題HTTP
- 操作oracle出現的問題Oracle
- Servlet訪問WebService出現錯誤ServletWeb
- SQLServer訪問Oracle(通過同義詞-檢視-資料字典)出現的問題SQLServerOracle
- python訪問redis的問題PythonRedis
- MySQL訪問受限的問題分析MySql
- Java操作hdfs出現的問題Java
- nginx 編譯出現的問題Nginx編譯
- oracle安裝出現的問題Oracle
- mysql 安裝出現的問題MySql
- 解決github訪問慢的問題Github
- 解決 github 訪問不了的問題Github
- jboss訪問資料庫的問題資料庫
- 登陸sqlplus出現問號的問題SQL
- 寶塔 ftp訪問不了的問題 filezilla訪問不了Purefpt服務FTP
- [20220531]驗證inactive session出現的問題.txtSession
- Laravel 訪問器 $appends 忽略的問題LaravelAPP
- 如何解決 github 訪問慢的問題Github
- js資源跨域訪問的問題JS跨域
- 兩個資料訪問受限的問題
- 解決JS跨域訪問的問題JS跨域
- Redis v6.0.5未授權訪問漏洞復現Redis
- 載入xml出現問題XML
- 專案出現的問題記錄
- 請問:myeclipse下面配置resin是出現的問題Eclipse
- 常見問題--安裝好後出現新問題