Errors Ora-00202, Ora-27091 and Ora-27069 Appear in the alert log File-344764.1

Errors Ora-00202, Ora-27091 and Ora-27069 Appear in the alert log File[
 
Error
Note
DescriptionCorruption related to:
ORA-1578
ORA-1578 is reported when a block is thought to be corrupt on read.Block11578 1BLOCK CORR/IND ERROR OERI PQO WRONGRES
Note 1578.1OERR: ORA-1578 "ORACLE data block corrupted (file # %s, block # %s)" Master Note 11578 1BLOCK ASM CORR CORR/LOG CORR/PHY ERROR OERI
Note 18976.1OERR: ORA-1578 "ORACLE data block corrupted (file # %s, block # %s)" 11578 1BLOCK CORR/IND ERROR MVIEW OERI WRONGRES
Note 1392417.1
Fractured Block explanation
11578 1BLOCK CORR/IND ERROR MVIEW OERI WRONGRES
Note 28814.1Handling Oracle Block Corruptions in Oracle7/8/8i/9i/10g/11g 11578 1BLOCK CORR/IND ERROR OERI PQO UPSERT WRONGRES
Note 432923.1Diagnosing and Resolving 1578 reported on a Local Index of a Partitioned table 11578 1BLOCK COMPRESS CORR CORR/IND CORR/LOG DUMP ERROR OERI WRONGRES
ORA-1410 This error is raised when an operation refers to a ROWID in a table for which there is no such row.
The reference to a ROWID may be implicit from a WHERE CURRENT OF clause or directly from a WHERE ROWID=... clause.
ORA 1410 indicates the ROWID is for a BLOCK that is not part of this table.
Row11410 1ROW CORR/IND CRASH ERROR OERI ONLINE WRONGRES
Note 806195.1Understanding The ORA-1410 11410 1ROW CORR DBV ENH ERROR OERI RMAN
Note 422771.1Summary Of Bugs Containing ORA 1410 11410 1ROW CORR DBV ENH ERROR OERI RMAN
Note 18815.1OERR: ORA 1410 "invalid ROWID" 11410 1ROW CORR DBV ENH ERROR OERI RMAN
ORA-8103
The object has been deleted by another user since the operation began.
If the error is reproducible, following may be the reasons:-
a.) The header block has an invalid block type.
b.) The data_object_id (seg/obj) stored in the block is different than the data_object_id stored in the segment header. See dba_objects.data_object_id and compare it to the decimal value stored in the block (field seg/obj).
Block18103 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 268302.1ORA-8103 Troubleshooting, Diagnostic and Solution 18103 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 8103.1OERR: ORA-8103 "object no longer exists" / Troubleshooting, Diagnostic and Solution 18103 1BLOCK CORR DBV ENH ERROR OERI RMAN
ORA-8102
An ORA-08102 indicates that there is a mismatch between the key(s) stored in the index and the values stored in the table. What typically happens is the index is built and at some future time, some type of corruption occurs, either in the table or index, to cause the mismatch.Index18102 1INDEX CORR DBV ENH ERROR OERI RMAN
Note 8102.1OERR ORA-8102 "index key not found, obj# %s, file %s, block %s (%s) 18102 1INDEX CORR DBV ENH ERROR OERI RMAN
ORA-1499
An error occurred when validating an index or a table using the ANALYZE command.
One or more entries does not point to the appropriate cross-reference.
Index11499 1INDEX CORR DBV ENH ERROR OERI RMAN
Note 563070.1ORA-1499. Table/Index row count mismatch 11499 1INDEX CORR DBV ENH ERROR OERI RMAN
Note 1499.1OERR: ORA-1499 table/Index Cross Reference Failure - see trace file 11499 1INDEX CORR DBV ENH ERROR OERI RMAN
ORA-1498
Generally this is a result of an ANALYZE ... VALIDATE ... command.
This error generally manifests itself when there is inconsistency in the data/Index block. Some of the block check errors that may be found:-
a.) Row locked by a non-existent transaction
b.) The amount of space used is not equal to block size
c.) Transaction header lock count mismatch.
While support are processing the tracefile it may be worth the re-running the ANALYZE after restarting the database to help show if the corruption is consistent or if it 'moves'.
Send the tracefile to support for analysis.
If the ANALYZE was against an index you should check the whole object. Eg: Find the tablename and execute:
ANALYZE TABLE xxx VALIDATE STRUCTURE CASCADE;
Block11498 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 18898.1OERR: ORA 1498 "block check failure - see trace file" 11498 1BLOCK CORR DBV ENH ERROR OERI RMAN
ORA-26040
Trying to access data in block that was loaded without redo generation using the NOLOGGING/UNRECOVERABLE option.
This Error raises always together with ORA-1578
Block126040 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 71344.1OERR ORA-26040 Data block was loaded using the NOLOGGING option 126040 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 794505.1ORA-1578 / ORA-26040 Corrupt blocks by NOLOGGING - Error explanation and solution 126040 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 293515.1ORA-1578 ORA-26040 in a LOB segment - Script. to solve the errors 126040 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 1071869.1ORA-1578 ORA-26040 in 11g for DIRECT PATH with NOARCHIVELOG even if LOGGING is enabled 126040 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 430230.1ORA-1578 ORA-26040 On Awr Table 126040 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 272316.1Errors ORA-01578, ORA-26040 On Standby Database 126040 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 416476.1Workflow Tables ORA-01578 ORACLE data block corrupted ORA-26040 Data block was loaded using the NOLOGGING option 126040 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 763009.1ORA-1578, ORA-26040 Data block was loaded using the NOLOGGING option 126040 1BLOCK CORR DBV ENH ERROR OERI RMAN
ORA-600[12700]
Oracle is trying to access a row using its ROWID, which has been obtained from an index.
A mismatch was found between the index rowid and the data block it is pointing to. The rowid points to a non-existent row in the data block. The corruption can be in data and/or index blocks.
ORA-600 [12700] can also be reported due to a consistent read (CR) problem.
Consistent Read1oeri:12700 1CR CORR DBV ENH ERROR OERI RMAN
Note 155933.1Resolving an ORA-600 [12700] error in Oracle 8 and above. 1oeri:12700 1CR CORR DBV ENH ERROR OERI RMAN
Note 28229.1ORA-600 [12700] "Index entry Points to Missing ROWID" 1oeri:12700 1CR CORR DBV ENH ERROR OERI RMAN
ORA-600[3020]
This is called a 'STUCK RECOVERY'.
There is an inconsistency between the information stored in the redo and the information stored in a database block being recovered.
Redo1oeri:3020 1CR CORR DBV ENH ERROR OERI RMAN
Note 30866.1ORA-600 [3020] "Stuck Recovery" 1oeri:3020 1CR CORR DBV ENH ERROR OERI RMAN
Note 269352.1Information Required for Root Cause Analysis of ORA-600 [3020] (stuck recovery) 1oeri:3020 1CR CORR DBV ENH ERROR OERI RMAN
ORA-600[4194]
A mismatch has been detected between Redo records and rollback (Undo) records.
We are validating the Undo record number relating to the change being applied against the maximum undo record number recorded in the undo block.
This error is reported when the validation fails.
Undo1oeri:4194 1UNDO CORR DBV ENH ERROR OERI RMAN
Note 39283.1ORA-600 [4194] "Undo Record Number Mismatch While Adding Undo Record" 1oeri:4194 1UNDO CORR DBV ENH ERROR OERI RMAN
Note 281429.1Basic Steps to be Followed While Solving ORA-00600 [4194]/[4193] Errors Without Using Unsupported parameter 1oeri:4194 1UNDO CORR DBV ENH ERROR OERI RMAN
ORA-600[4193]
A mismatch has been detected between Redo records and Rollback (Undo) records.
We are validating the Undo block sequence number in the undo block against the Redo block sequence number relating to the change being applied.
This error is reported when this validation fails.
Undo1oeri:4193 1UNDO CORR DBV ENH ERROR OERI RMAN
Note 39282.1ORA-600 [4193] "seq# mismatch while adding undo record" 1oeri:4193 1UNDO CORR DBV ENH ERROR OERI RMAN
Note 281429.1Basic Steps to be Followed While Solving ORA-00600 [4194]/[4193] Errors Without Using Unsupported parameter 1oeri:4193 1UNDO CORR DBV ENH ERROR OERI RMAN
Note 452662.1Ora-600 [4193] When Opening Or Shutting Down A Database 1oeri:4193 1UNDO CORR DBV ENH ERROR OERI RMAN
Note 763566.1ORA-600 [4193] When Trying To Open The Database 1oeri:4193 1UNDO CORR DBV ENH ERROR OERI RMAN
ORA-600[4137]
While backing out an undo record (i.e. at the time of rollback) we found a transaction id mis-match indicating either a corruption in the rollback segment or corruption in an object which the rollback segment is trying to apply undo records on.
This would indicate a corrupted rollback segment.
Undo/Redo1oeri:4137 1UNDO CORR DBV ENH ERROR OERI RMAN
Note 43914.1ORA-600 [4137] "XID in Undo and Redo Does Not Match" 1oeri:4137 1UNDO CORR DBV ENH ERROR OERI RMAN
ORA-600[6101]
Not enough free space was found when inserting a row into an index leaf block during the application of undo.Index1oeri:6101 1INDEX CORR DBV ENH ERROR OERI RMAN
Note 40640.1ORA-600 [6101] "insert into leaf block (undo)" 1oeri:6101 1INDEX CORR DBV ENH ERROR OERI RMAN
ORA-600[2103]
Oracle is attempting to read or update a generic entry in the control file.
If the entry number is invalid, ORA-600 [2130] is logged.
Control File1oeri:2130 1CF CORR DBV ENH ERROR OERI RMAN
Note 28225.1ORA-600 [2130] "Attempt to access non-existant controlfile entry" 1oeri:2130 1CF CORR DBV ENH ERROR OERI RMAN
ORA-600[4512]
Oracle is checking the status of transaction locks within a block.
If the lock number is greater than the number of lock entries, ORA-600 [4512] is reported followed by a stack trace, process state and block dump.
This error possibly indicates a block corruption.
Block1oeri:4512 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 73455.1ORA-600 [4512] "Lock count mismatch" 1oeri:4512 1BLOCK CORR DBV ENH ERROR OERI RMAN
ORA-600[2662]
A data block SCN is ahead of the current SCN.
The ORA-600 [2662] occurs when an SCN is compared to the dependent SCN stored in a UGA variable.
If the SCN is less than the dependent SCN then we signal the ORA-600 [2662] internal error.
Block1oeri:2662 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 28929.1ORA-600 [2662] "Block SCN is ahead of Current SCN" 1oeri:2662 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 1021243.6ORA 600 [2662] DURING STARTUP 1oeri:2662 1BLOCK CORR DBV ENH ERROR OERI RMAN
ORA-600[4097]
We are accessing a rollback segment header to see if a transaction has been committed.
However, the xid given is in the future of the transaction table.
This could be due to a rollback segment corruption issue OR you might be hitting the following known problem.
Undo1oeri:4097 1UNDO CORR DBV ENH ERROR OERI RMAN
Note 44893.1ORA-600 [4097] "Corruption" 1oeri:4097 1UNDO CORR DBV ENH ERROR OERI RMAN
ORA-600[4000]
It means that Oracle has tried to find an undo segment number in the dictionary cache and failed.Undo1oeri:4000 1UNDO CORR DBV ENH ERROR OERI RMAN
Note 47456.1ORA-600 [4000] "trying to get dba of undo segment header block from usn" 1oeri:4000 1UNDO CORR DBV ENH ERROR OERI RMAN
ORA-600[6006]
Oracle is undoing an index leaf key operation. If the key is not found, ORA-00600 [6006] is logged.
ORA-600[6006] is usually caused by a media corruption problem related to either a lost write to disk or a corruption on disk.
Index1oeri:6006 1INDEX CORR DBV ENH ERROR OERI RMAN
Note 138899.1ORA-600 [6006] 1oeri:6006 1INDEX CORR DBV ENH ERROR OERI RMAN
ORA-600[4552]
This assertion is raised because we are trying to unlock the rows in a block, but receive an incorrect block type.
The second argument is the block type received.
Block1oeri:4552 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 138846.1ORA-600 [4555] 1oeri:4552 1BLOCK CORR DBV ENH ERROR OERI RMAN
ORA-600[6856]
Oracle is checking that the row slot we are about to free is not already on the free list.
This internal error is raised when this check fails.
Row1oeri:6856 1ROW CORR DBV ENH ERROR OERI RMAN
Note 41719.1ORA-600 [6856] "Corrupt Block When Freeing a Row Slot 1oeri:6856 1ROW CORR DBV ENH ERROR OERI RMAN
ORA-600[13011]
During a delete operation we are deleting from a view via an instead-of trigger or an Index organized table and have exceeded a 5000 pass count when we raise this exception.Row1oeri:13011 1ROW CORR DBV ENH ERROR OERI RMAN
Note 28184.1ORA-600 [13011] "Problem occurred when trying to delete a row" 1oeri:13011 1ROW CORR DBV ENH ERROR OERI RMAN
ORA-600[13013]
During the execution of an UPDATE statement, after several attempts (Arg [a] passcount) we are unable to get a stable set of rows that conform. to the WHERE clause.Row1oeri:13013 1ROW CORR DBV ENH ERROR OERI RMAN
Note 28185.1ORA-600 [13013] "Unable to get a Stable set of Records" 1oeri:13013 1ROW CORR DBV ENH ERROR OERI RMAN
Note 816784.1How to resolve ORA-00600 [13013], [5001] 1oeri:13013 1ROW CORR DBV ENH ERROR OERI RMAN
ORA-600[13030]
1oeri:13030 1ROW CORR DBV ENH ERROR OERI RMAN
Note 351760.1ORA-600 [13030] 1oeri:13030 1ROW CORR DBV ENH ERROR OERI RMAN
ORA-600[25012] We are trying to generate the absolute file number given a tablespace number and relative file number and cannot find a matching file number or the file number is zero.afn/rdba/tsn1oeri:25012 1AFN CORR DBV ENH ERROR OERI RMAN
Note 100073.1ORA-600 [25012] "Relative to Absolute File Number Conversion Error" 1oeri:25012 1AFN CORR DBV ENH ERROR OERI RMAN
ORA-600[25026] Looking up/checking a tablespace
invalid tablespace ID and/or rdba found
afn/rdba/tsn1oeri:25026 1AFN CORR DBV ENH ERROR OERI RMAN
Note 335029.1ORA-600 [25026] 1oeri:25026 1AFN CORR DBV ENH ERROR OERI RMAN
ORA-600[25027] Invalid tsn and/or rfn foundafn/rdba/tsn1oeri:25027 1AFN CORR DBV ENH ERROR OERI RMAN
Note 284433.1ORA-600 [25027] 1oeri:25027 1AFN CORR DBV ENH ERROR OERI RMAN
ORA-600[kcbz_check_objd_typ] An object block buffer in memory is checked and is found to have the wrong object id. This is most likely due to corruption.Buffer Cache1oeri:kcbz_check_objd_typ 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 406787.1ORA-600 [kcbz_check_objd_typ_3] 1oeri:kcbz_check_objd_typ 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 824154.1ORA-600 [kcbz_check_objd_typ] 1oeri:kcbz_check_objd_typ 1BLOCK CORR DBV ENH ERROR OERI RMAN
ORA-600[kddummy_blkchk] ORA-600[kdblkcheckerror] ORA-600[kddummy_blkchk] is for 10.1/10.2 and ORA-600[kdblkcheckerror] for 11 onwards.Block1oeri:kddummy_blkchk 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 300581.1ORA-600 [kddummy_blkchk] 1oeri:kddummy_blkchk 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 1342443.1How to Resolve ORA-00600[kddummy_blkchk] 1oeri:kddummy_blkchk 1BLOCK CORR DBV ENH ERROR OERI RMAN
Note 882875.1ORA-600 [kdblkcheckerror] 1oeri:kddummy_blkchk 1BLOCK CORR DBV ENH ERROR OERI RMAN
1oeri:kddummy_blkchk 1BLOCK CORR DBV ENH ERROR OERI RMAN
1oeri:kddummy_blkchk 1BLOCK CORR DBV ENH ERROR OERI RMAN
ORA-600[ktadrprc-1] Dictionary1oeri:ktadrprc-1 1DICT CORR DBV ENH ERROR OERI RMAN
Note 309315.1ORA-600 [ktadrprc-1] 1oeri:ktadrprc-1 1DICT CORR/LOG ERROR OERI OPS P23
ORA-600[ktsircinfo_num1] This exception occurs when there are problems obtaining the row cache information correctly from sys.seg$. In most cases there is no information in sys.seg$.Dictionary1oeri:ktsircinfo_num1 1DICT ASM CORR CORR/PHY ERROR OERI
Note 139182.1ORA-600 [ktsircinfo_num1] 1oeri:ktsircinfo_num1 1DICT CORR/IND ERROR OERI ONLINE OPS PART UNUSABLE WRONGRES
ORA-600[qertbfetchbyrowid] Row1oeri:qertbFetchByRowID 1ROW CORR/IND ERROR PART WRONGRES
Note 300637.1ORA-600 [qertbfetchbyrowid] 1oeri:qertbFetchByRowID 1ROW CORR/LOG ERROR OERI WRONGRES
ORA-600[ktbdchk1-bad dscn] This exception is raised when we are performing a sanity check on the dependent SCN and fail.
The dependent scn is greater than the current scn.
Dictionary1oeri:ktbdchk1_badscn CORR CORR/IND CORR/LOG DBLINK ERROR OPS WRONGRES
Note 139165.1ORA-600 [ktbdchk1: bad dscn] 1oeri:ktbdchk1_badscn 1DICT CORR/IND ERROR OERI ONLINE WRONGRES
 


Document History
10-Jun-2010 Add references and correct some links.
07-Sep-2010 Renew links.


References

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/17252115/viewspace-753155/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/17252115/viewspace-753155/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值