日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 运维知识 > 数据库 >内容正文

数据库

oracle tsn 数据库,【Oracle数据库恢复】ORA-00600[25027]错误解析

發布時間:2025/3/11 数据库 45 豆豆
生活随笔 收集整理的這篇文章主要介紹了 oracle tsn 数据库,【Oracle数据库恢复】ORA-00600[25027]错误解析 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

ORA-00600[25027]錯誤的觸發原因是ORACLE檢測到一個無效的表空間號TSN Tablespace Number或者相對文件號Relative File Number。

該ORA-00600[25027]的2個變量各代表:

arg[a] Tablespace Number表空間號

arg[b] 十進制的相對數據塊號Relative Data Block Address (RDBA)

該ORA-00600[25027]錯誤相關的模塊為Kernel File management Tablespace component,其影響為可能的物理塊損壞。

當該錯誤觸發后 如果 arg[b] 即RDBA為0,則該錯誤可能由于索引問題引起。

可以使用如下查詢來獲得有問題的索引:

select do.owner,do.object_name, do.object_type,sysind.flags

from dba_objects do, sys.ind$ sysind

where do.object_id = sysind.obj#

and bitand(sysind.flags,4096)=4096;

如果上面的查詢返回了數據行,則建議用戶進一步檢查查詢所獲得的對象,并考慮drop這些對象來繞過錯誤。

進一步可以對trace文件中指向的表做一個analyze table validate structure cascade,來進一步確認該問題。

與ORA-00600[25027]相關的一些BUG列表如下:

NB

Bug

Fixed

Description

14010183

11.2.0.3.BP22, 11.2.0.4.BP03, 12.1.0.2, 12.2.0.0

ORA-600 [ktspfundo:objdchk_kcbgcur_3] in SMON after failed temp segment merge load

13503554

11.2.0.4, 12.2.0.0

Various ORA-600 errors crashing the apply process in a downstreams environment

13785716

11.2.0.4, 12.1.0.1

Intermittent ORA-600 [25027] during upgrade from 10.2 to 11.2

11661824

11.2.0.1.BP09

Assorted Dumps by SQL*LOADER using DIRECT and PARALLEL after exadata bp8 is applied

10067246

12.2.0.0

ORA-600 [25027] ORA-7445 [kauxs_do_dml_cooperation] by CREATE INDEX ONLINE

14138130

11.2.0.3.5, 11.2.0.3.BP13, 11.2.0.4, 12.1.0.1

SGA memory corruption / ORA-7445 when modifying uncompressed blocks of an HCC-compressed segment

13330018

11.2.0.4, 12.1.0.1

ora-600 [ktspfmb_add1], [4294959240] occurred, then cannot recover with ora-600[25027]

13103913

11.2.0.2.BP15, 11.2.0.3.3, 11.2.0.3.BP03, 11.2.0.4, 12.1.0.1

ORA-600 [25027] [ts#] [1] or false ORA-1 during dml while index is being rebuilt online

10394825

11.2.0.3, 12.1.0.1

ORA-600[25027] [..] [0] inserting to ASSM segment

10329146

11.2.0.1.BP10, 11.2.0.2.2, 11.2.0.2.BP03, 11.2.0.2.GIBUNDLE02, 11.2.0.2.GIPSU02, 11.2.0.3, 12.1.0.1

Lost write in ASM with multiple DBWs and a disk is offlined and then onlined

+

10209232

11.1.0.7.7, 11.2.0.1.BP08, 11.2.0.2.1, 11.2.0.2.BP02, 11.2.0.2.GIBUNDLE01, 11.2.0.3, 12.1.0.1

ORA-1578 / ORA-600 [3020] Corruption. Misplaced Blocks and Lost Write in ASM

+

9399991

11.1.0.7.5, 11.2.0.1.3, 11.2.0.1.BP04, 11.2.0.2, 12.1.0.1

Assorted Internal Errors and Dumps (mostly under kkpa*/kcb*) from SQL against partitioned tables

*

9145541

11.1.0.7.4, 11.2.0.1.2, 11.2.0.2, 12.1.0.1

OERI[25027]/OERI[4097]/OERI[4000]/ORA-1555 in plugged datafile after CREATE CONTROLFILE in 11g

8837919

11.2.0.2, 12.1.0.1

DBV / RMAN enhanced to detect ASSM blocks with ktbfbseg but not ktbfexthd flag set as in Bug 8803762

8803762

11.1.0.7.6, 11.2.0.1.2, 11.2.0.1.BP06, 11.2.0.2, 12.1.0.1

ORA-600[kdsgrp1], ORA-600[25027] or wrong results on 11g database upgrade from 9i

8716064

11.2.0.2, 12.1.0.1

Analyze Table Validate Structure fails on ADG standby with several errors

+

8597106

11.2.0.1.BP06, 11.2.0.2, 12.1.0.1

Lost Write in ASM when normal redundancy is used

7251049

11.2.0.1.BP08, 11.2.0.2, 12.1.0.1

Corruption in bitmap index introduced when using transportable tablespaces

8437213

10.2.0.4.3, 10.2.0.5, 11.1.0.7.7, 11.2.0.1

ASSM first level bitmap block corruption

8356966

11.2.0.1

ORA-7445 [kdr9ir2rst] by DBMS_ADVISOR or false ORA-1498 by ANALYZE on COMPRESS table

*

8198906

10.2.0.5, 11.2.0.1

OERI [kddummy_blkchk] / OERI [5467] for an aborted transaction of allocating extents

*

7263842

10.2.0.4.2, 10.2.0.5, 11.1.0.7.1, 11.2.0.1

ORA-955 during CTAS / OERI [ktsircinfo_num1] / dictionary inconsistency for PARTITIONED Tables

6666915

10.2.0.5, 11.1.0.7, 11.2.0.1

OERI[25027] / dictionary corruption from concurrent partition DDL

6025993

10.2.0.5, 11.1.0.6

ORA-600 [25027] in flashback archiving queries

4925342

9.2.0.8, 10.2.0.3, 11.1.0.6

OERI [25027] / OERI [25012] on IOT analyze estimate statistics

*

7190270

10.2.0.4.1, 10.2.0.5

Various ORA-600 errors / dictionary inconsistency from CTAS / DROP

4310371

9.2.0.8, 10.2.0.2

OERI [25027] from concurrent startup / shutdown in RAC

4177651

10.2.0.1

Row migration within a MERGE may OERI[25027]

4020195

10.1.0.5, 10.2.0.1

OERI 25027 can occur in RAC accessing transported tablespace

4000840

9.2.0.7, 10.1.0.4, 10.2.0.1

Update of a row with more than 255 columns can cause block corruption

3963135

10.1.0.5, 10.2.0.1

OERI[kcbgcur_3] / OERI:25027 during bitmap index updates

3829900

10.1.0.4, 10.2.0.1

OERI[25027] possible accessing index in 10g

2942185

9.2.0.6, 10.1.0.4, 10.2.0.1

Corruption occurs on direct path load into IOT with ADDED columns

3085057

10.1.0.2

ORA-600: [25027] from ALTER TABLE .. SHRINK SPACE CASCADE

2926182

9.2.0.5, 10.1.0.2

OERI[25027] / ORA-22922 accessing LOB columns in IOT in AFTER UPDATE trigger

總結

以上是生活随笔為你收集整理的oracle tsn 数据库,【Oracle数据库恢复】ORA-00600[25027]错误解析的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。