Error 600 encountered while recovering transaction (10, 0)
今天在異地機器回覆了一個oracle資料庫.
日誌不斷報錯:Error 600 encountered while recovering transaction (10, 0)
查詢發現有一個rollback segment 的狀態是 NEEDS RECOVERY
SELECT segment_name,tablespace_name,owner,status
FROM dba_rollback_segs;
_SYSSMU10$ UNDOTBS1 NEEDS RECOVERY
create undo tablespace undo3 datafile '/u01/oracle/oradata/JH/undo3.dbf' size 100M;
alter system set undo_tablespace=undo3;
create pfile='/tmp/pfile' from spfile;
-------/tmp/pfile中加上----------
--在初始化引數里加
_CORRUPTED_ROLLBACK_SEGMENTS =(_SYSSMU10$)
---------------------------------
然後重啟DB。
drop tablespace UNDOTBS1 including contents 。
錯誤消除了。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8183550/viewspace-752315/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- git push fatal: HttpRequestException encountered. An error occurred while sending the requestGitHTTPExceptionErrorWhile
- ORA-55507: Encountered mining error during Flashback Transaction Backout. functiError
- ERROR | [iOS] unknown: Encountered an unknown error (Could not find a `ios` simulator (valid values:ErroriOS
- MyEclipse - Retrieving archetypes: has encountered a problem An internal error occurred duringEclipseError
- C語言:do{}while(0)C語言While
- ORA-07445: exception encountered: core dump [kglic0()+774]Exception
- error while loading shared libraries: libclntsh.so.10.1ErrorWhile
- Dynamics CRM CRM Reporting Error: Error occurred while fetching the data extension的解決方法ErrorWhile
- ggsci: error while loading shared libraries: libnnz11.soErrorWhile
- error while loading shared libraries: libgconf-2.so.4:ErrorWhileGC
- MySQL 啟動報錯 error while loading shared librariesMySqlErrorWhile
- mongod: error while loading shared libraries: libstdc++.so.6GoErrorWhileC++
- An error occurred while updating the entries. See the inner exception for details.ErrorWhileExceptionAI
- Qt開發,報錯:Error while building/deploying project untitled (kit: ....)QTErrorWhileUIProject
- 故障解決:error while loading shared libraries: libncurses.so.5ErrorWhile
- [ERROR] [MY-012872] [InnoDB] [FATAL] Semaphore wait has lasted > 600 secondsErrorAIAST
- org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend.SQLExceptionErrorWhile
- error while loading shared libraries: libgsl.so.27: cannot open shared objectErrorWhileObject
- Error while loading shared libraries: libreadline.so.7: cannot open shared objecErrorWhileOBJ
- python: invalid value encountered in divide以及invalid value encountered in double_scalars報錯PythonIDE
- npm ERR! Unexpected token in JSON at position 0 while parsing near ’ npm ERR! <!–////////NPMJSONWhile
- com.android.build.api.transform.TransformException: Error while generating the main dex list.AndroidUIAPIORMExceptionErrorWhileAI
- MongoDB報錯mongorestore: error while loading shared libraries: libsasl2.so.2MongoDBRESTErrorWhile
- 在 fish 終端下報錯 source: Error while reading file “xxx” 等問題ErrorWhile
- cassandra啟動報錯:Exiting due to error while processing commit log during initialization.ErrorWhileMIT
- Http failure response 0 Unknown error 錯誤分析HTTPAIError
- JSnaughty: Recovering Clear, Natural Identifiers from Obfuscated JS NamesJSIDE
- MySQL 5.7初始化報錯error while loading shared libraries: libnuma.so.1MySqlErrorWhile
- [記錄]RuntimeWarning: overflow encountered in scalar subtract
- ./XXX.XX: error while loading shared libraries: libGLEW.so.2.1: cannot open shared object file: NoErrorWhileObject
- wsl損壞,WSLRegisterDistribution Failed with Error 0x8007019eAIError
- Java 迴圈 - for, while 及 do…whileJavaWhile
- IDBObjectStore.transactionObject
- IDBDatabase.transaction()Database
- BTC的Transaction
- ORACLE OMS啟動失敗之BEA-300040 I/O error while writing node manager statusOracleErrorWhile
- rpm: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such fi...ErrorWhileGCObject
- while迴圈以及do while迴圈While
- zadig安裝winusb遭遇Error 0x800b0109Error