ORA-00607: Internal error occurred while making a change to a data block
前段時間一個客戶的資料庫在中午12點 突然down機,然後啟動資料庫不成功
資料庫日誌報以下錯誤:
Errors in file /usr/oracle/admin/blog/bdump/blog_smon_7657.trc:
ORA-00600: internal error code, arguments: [kghstack_free2], [], [], [], [], [], [], []
ORA-00607: Internal error occurred while making a change to a data block
ORA-00602: internal programming exception
ORA-07445: exception encountered: core dump [kgscDump()+438] [SIGSEGV] [unknown code] [0x000000000] [] []
ORA-07445: exception encountered: core dump [kgscDump()+438] [SIGSEGV] [unknown code] [0x000000000] [] []
ORA-07445: exception encountered: core dump [_intel_fast_memcpy.A()+10] [SIGSEGV] [Invalid permissions for mapped object] [0x2A975D5
000] [] []
透過查詢trace檔案,發現有對錶做大量的update操作,造成這個表的資料庫不一致,
Because of the crash redo log have been corrupted. 就是說當前線上日誌中的內容有損壞
只能丟失這個表的部分資料或者用bbed來修復,單對bbed不是很熟悉,剛好客戶說這損壞的部分
資料可以重錄,就採取exp的備份的表來做恢復。
成功開啟庫的步驟參考metalink解決方案:
ORA-00600 [kghstack_free2] and Database doesn't Open
Cause
Because of the crash redo log have been corrupted.
This issue could reproduce in environments that are using IMU, see Bug 5762424
Solution
1) In order to open database you will have to use event 10513 to stop TX recovery.
a) If using init.ora, update the file with this line and bounce database
event = "10513 trace name context forever, level 2"
b) If using spfile:
sqlplus /nolog
connect / as sysdba
startup mount
alter system set event= '10513 trace name context forever, level 2' scope=spfile;
shutdown
startup
2) Find the offending object in the trace file looking at the current statement or based on a block dump
3) drop this object
4) remove event 10513
5) disable IMU
_in_memory_undo=FALSE
6) startup database.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-672382/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Dynamics CRM CRM Reporting Error: Error occurred while fetching the data extension的解決方法ErrorWhile
- MyEclipse - Retrieving archetypes: has encountered a problem An internal error occurred duringEclipseError
- An error occurred while updating the entries. See the inner exception for details.ErrorWhileExceptionAI
- git push fatal: HttpRequestException encountered. An error occurred while sending the requestGitHTTPExceptionErrorWhile
- org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend.SQLExceptionErrorWhile
- Making Kotlin Ready for Data ScienceKotlin
- sqlserver Change Data Capture&Change TrackingSQLServerAPT
- ORA-04021: timeout occurred while waiting to lock objectWhileAIObject
- 為什麼經常會出這個問題? An unknown server-side error occurred while processing the commandServerIDEErrorWhile
- 使用CocoaPods出錯,[!] Oh no, an error occurred.Error
- ORA-29702: error occurred in Cluster Group Service operationError
- ORA-00600: internal error code, arguments: [13011]Error
- RA-03137:TTC protocol internal error:[12333]ProtocolError
- gpadmin-[CRITICAL]:-Error occurred: non-zero rc: 1Error
- ORA-06544:PL/SQL:internal error,arguments:[56319]SQLError
- Error occurred during initialization of boot layer java.lang.module.FindExceptionErrorbootJavaIndexException
- ORA-00600: internal error code, arguments: [qosdExpStatRead: expcnt mismatch], [Error
- ORA-00600: internal error code, arguments: [2131], [9], [8]Error
- HTTP 錯誤 500.19 - Internal Server Error v4.0.30319HTTPServerError
- HTTP 錯誤 500.21 - Internal Server Error 解決方案HTTPServerError
- Mysql系統變數中 log_error_services | log_filter_internal; log_sink_internal 和 log_error_verbosity | 2 解釋MySql變數ErrorFilter
- OO ALV 強制觸發 data_change事件事件
- ORA-00600: internal error code, arguments: [knacpft_ProcessFetchedTxns250]Error
- 案例ORA-00600: internal error code, arguments: [qkaffsindex3], [], [], [], []ErrorIndex
- ORA-00600: internal error code, arguments: [13013], [5001], [267], [8389014]Error
- Python錯誤:PyCharm 安裝出錯 Internal error,please。。。PythonPyCharmError
- ORA-29702:error occurred in Cluster Group Service operation錯誤解決Error
- error while loading shared libraries: libclntsh.so.10.1ErrorWhile
- XTTS全備開啟BCT後等待事件 block change tracking buffer spaceTTS事件BloC
- load data infile ERROR 1045 (28000)Error
- ubuntu下pig報錯ERROR 2999: Unexpected internal error. Failed to create DataStorage的解決UbuntuErrorAIAST
- salesforce零基礎學習(一百零五)Change Data CaptureSalesforceAPT
- Oracle索引修復 ,ORA-00600: internal error code, arguments: [6200],Oracle索引Error
- 錯誤解決:cc: Internal error: Killed (program cc1)Error
- ORA-00257:archiver error. Connect internal only,until freed.HiveError
- ORA-03137: TTC protocol internal error: [12333]分析及處理ProtocolError
- dbeaver 升級 24.1.x 版本提示 An error has occurred 的解決Error
- MySQL 啟動報錯 error while loading shared librariesMySqlErrorWhile
- mongod: error while loading shared libraries: libstdc++.so.6GoErrorWhileC++