一個[kclchkblk_4]錯誤處理
今天早上一上班就有朋友在MSN上說,容災庫無法啟動,昨天晚上容災庫和生產庫同步後,容災庫開啟頻繁的出現下列錯誤
ORA-00600: internal error code, arguments: [2662], [2156], [2993124414], [2156], [2997732192], [97803001], [], []
ORA-00600: internal error code, arguments: [kclchkblk_4], [2156], [18446744072412316512], [2156], [18446744072407708733], [], [], []
檢視metalink文件275902.1
解釋該錯誤
Cause
1) Error, ORA-600[KCLCHKBLK_4], is signaled because the SCN in a tempfile blockis too high. The same reason caused the ORA-600[2662]s in the alert logs.
2) This issue is because the tempfiles may not get reinitialized during open
resetlogs.
Solution
1) First find the tempfiles in the database:select file_name, file_id from dba_temp_files;
2) Startup mount.
3) Drop all the tempfiles:
alter database tempfile
4) Alter database open;
5) Add new tempfile(s).
alter tablespace
5) Restart the instance.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/48010/viewspace-1017564/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 錯誤處理
- node端統一錯誤處理
- 錯誤碼全域性處理(一)
- Go 錯誤處理Go
- Python錯誤處理Python
- PHP 錯誤處理PHP
- php錯誤處理PHP
- 錯誤處理:如何通過 error、deferred、panic 等處理錯誤?Error
- Laravel 統一錯誤處理為 JSONLaravelJSON
- openGauss 處理錯誤表
- go的錯誤處理Go
- axios 的錯誤處理iOS
- Python錯誤處理和異常處理(二)Python
- grpc中的錯誤處理RPC
- laravel9 錯誤處理Laravel
- PHP 核心特性 - 錯誤處理PHP
- 15-錯誤處理(Error)Error
- Go語言之錯誤處理Go
- 學習Rust 錯誤處理Rust
- Oracle異常錯誤處理Oracle
- 淺談前端錯誤處理前端
- ORACLE 異常錯誤處理Oracle
- 前端錯誤收集以及統一異常處理前端
- rust學習十、異常處理(錯誤處理)Rust
- PHP安裝後錯誤處理PHP
- go 錯誤處理設計思考Go
- Golang通脈之錯誤處理Golang
- 常用模組 PHP 錯誤處理PHP
- Restful API 中的錯誤處理RESTAPI
- 請教 Element 的錯誤處理
- 異常錯誤資訊處理
- ORA-01591錯誤故障處理
- 程式錯誤型別及其處理型別
- oracle ora-00054錯誤處理Oracle
- node錯誤處理與日誌
- [轉] Scala Try 與錯誤處理
- js錯誤處理權威指北JS
- [譯] 使用 Catcher 處理 Flutter 錯誤Flutter
- 如何處理錯誤訊息PleaseinstalltheLinuxkernelheaderfilesLinuxHeader