ORA-08102: index key not found, obj# 56687, file 54, block 176049 (2)
delete from B2BADMIN.DELIVERYJOB where DOCID
in(SELECT DOCID from B2BADMIN.BIZDOC where doctimestamp< sysdate -26) ;
Error at line 8
ORA-08102: index key not found, obj# 56687, file 54, block 176049 (2)
在刪除表上的歷史資料時發現index資料塊方面的錯誤,
mxb2bcoredb01$oerr ora 8102
08102, 00000, "index key not found, obj# %s, file %s, block %s (%s)"
// *Cause: Internal error: possible inconsistency in index
// *Action: Send trace file to your customer support representative, along
// with information on reproducing the error
重建index 後恢復正常, alter index xxxx rebuild online ;
如果需要檢視到底時候什麼不一致,可以經過analyze table t validate structure cascade; 驗證表和索引的完整性。在udump產生一個trace檔案。
*** SESSION ID:(570.35812) 2006-01-01 10:49:34.095
row not found in index tsn: 37 rdba: 0xfe037009
.......
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-677164/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [20160325]ORA-08102 index key not foundIndex
- mysql RSA private key file not foundMySql
- ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys foundIndex
- Error 15: File not found for RedhatErrorRedhat
- Oracle索引分裂(Index Block Split)Oracle索引IndexBloC
- index branch and leaf block structure(轉)IndexBloCStruct
- file not found WFMLRSVCApp.earAPP
- IllegalArgumentException: requirement failed: Corrupt index foundExceptionUIREMAIIndex
- mysql中key 、primary key 、unique key 與index區別MySqlIndex
- mac php8安裝swoole 'pcre2.h' file not foundMacPHP
- Newline required at end of file but not foundUI
- MySQL server PID file could not be found!MySqlServer
- insert:key too large to index…Index
- Oracle11gr2新增提示CHANGE_DUPKEY_ERROR_INDEXOracleErrorIndex
- More than one file was found with OS independent path
- Could not find first log file name in binary log index fileIndex
- ORACLE11GR2 中使用 IGNORE_ROW_ON_DUPKEY_INDEXOracleIndex
- Oracle11gr2新增提示IGNORE_ROW_ON_DUPKEY_INDEXOracleIndex
- ORA-01114: IO error writing block to file (block #)ErrorBloC
- Mac: ‘SDL2/SDL_events.h‘ file not found解決方案及demo示例Mac
- 1108File Space Bitmap Block損壞能修復嗎2BloC
- Android:Unexpected lock protocol found in lock file. Expected 3, found 0.AndroidProtocol
- ORA-600 [kdBlkCheckError] [file#] [block#] [code]ErrorBloC
- index block split相關一些知識IndexBloC
- Generate BKS File( Bouncy Castle KeyStore)AST
- Oracle Index Key Compression索引壓縮OracleIndex索引
- hint IGNORE_ROW_ON_DUPKEY_INDEXIndex
- unique index與primary key的區別Index
- 20161114File Space Bitmap Block修復機制2BloC
- ORA-27046: file size is not a multiple of logical block sizeBloC
- GPG key retrieval failed: [Errno 14] HTTP Error 404: Not FoundAIHTTPError
- yum-GPG key retrieval failed: No such file or directoryAI
- Unable to create index.lock File exists錯誤Index
- ORA-1578 Corrupt Block Found in Encrypted Database (Doc ID 1329437.1)BloCDatabase
- 'libxml/HTMLparser.h' file not found in ASIHTTPRequest 解決方法XMLHTMLHTTP
- Mysql啟動錯誤-server PID file could not be foundMySqlServer
- no- valid devices were found on which to create new file systemsdev
- go tool compile 報錯 could not import sync (file not found)GoCompileImport