标签云
asm恢复 bbed bootstrap$ dul kcbzib_kcrsds_1 kccpb_sanity_check_2 kcratr_nab_less_than_odr MySQL恢复 ORA-00312 ORA-00704 ORA-00742 ORA-01110 ORA-01200 ORA-01555 ORA-01578 ORA-01595 ORA-600 2662 ORA-600 3020 ORA-600 4000 ORA-600 4137 ORA-600 4193 ORA-600 4194 ORA-600 16703 ORA-600 kcbzib_kcrsds_1 ORA-600 KCLCHKBLK_4 ORA-600 kcratr_nab_less_than_odr ORA-600 kdsgrp1 ORA-15042 ORA-15196 ORACLE 12C oracle dul ORACLE PATCH Oracle Recovery Tools oracle加密恢复 oracle勒索 oracle勒索恢复 oracle异常恢复 ORACLE恢复 Oracle 恢复 ORACLE数据库恢复 oracle 比特币 OSD-04016 YOUR FILES ARE ENCRYPTED 勒索恢复 比特币加密文章分类
- Others (2)
- 中间件 (2)
- WebLogic (2)
- 操作系统 (110)
- 数据库 (1,829)
- DB2 (22)
- MySQL (80)
- Oracle (1,658)
- Data Guard (53)
- EXADATA (8)
- GoldenGate (24)
- ORA-xxxxx (168)
- ORACLE 12C (72)
- ORACLE 18C (6)
- ORACLE 19C (15)
- ORACLE 21C (3)
- Oracle 23ai (8)
- Oracle ASM (69)
- Oracle Bug (8)
- Oracle RAC (54)
- Oracle 安全 (6)
- Oracle 开发 (28)
- Oracle 监听 (29)
- Oracle备份恢复 (626)
- Oracle安装升级 (103)
- Oracle性能优化 (62)
- 专题索引 (5)
- 勒索恢复 (86)
- PostgreSQL (37)
- pdu工具 (7)
- PostgreSQL恢复 (13)
- SQL Server (34)
- SQL Server恢复 (14)
- TimesTen (7)
- 达梦数据库 (3)
- 达梦恢复 (1)
- 生活娱乐 (2)
- 至理名言 (11)
- 虚拟化 (2)
- VMware (2)
- 软件开发 (46)
- Asp.Net (9)
- JavaScript (12)
- PHP (2)
- 小工具 (29)
-
最近发表
- expdp导出xml列报ORA-22924故障处理
- obet处理ORA-704 ORA-604 ORA-1578故障
- obet修复csc higher than block scn类型坏块
- ORA-600 kcratr_nab_less_than_odr和ORA-600 4193故障处理
- aix环境10g由于控制器异常导致ORA-600 4000故障处理
- ORA-600 3716故障处理
- 不当恢复truncate数据导致数据库不能open处理
- 注意:PostgreSQL库出现readme_to_recover勒索
- Oracle 19c 202601补丁(RUs+OJVM)-19.30
- Patch_SCN快速解决ORA-600 2663故障
- 在生产环境错误执行dd命令破坏asm磁盘故障恢复
- obet实现对数据文件坏块检测功能
- oracle linux 8.10注意pmlogger导致空间被大量占用
- obet快速修改scn/resetlogs恢复数据库(缺少归档,ORA-00308)
- 使用DBMS_PDB.RECOVER抢救单个pdb
- aix环境写入大文件设置combehin提高效率
- 记录一次国产数据库被rm -rf /*删除的救援过程
- 数据库启动报 maximum number of processes () exceeded分析
- ORA-600 [ksunfy : too few sessions]
- 由于数据块scn大于数据库scn导致ORA-600 kcbzib_kcrsds_1错误
标签归档:ORA-600 2662
aix环境10g由于控制器异常导致ORA-600 4000故障处理
由于控制器异常导致数据库启动的时候报ORA-600 4000错误
Wed Jan 28 18:17:06 2026 Completed crash recovery at Thread 1: logseq 499321, block 14459, scn 17457591400427 257 data blocks read, 41 data blocks written, 14457 redo blocks read Wed Jan 28 18:17:06 2026 Thread 1 advanced to log sequence 499322 Thread 1 opened at log sequence 499322 Current log# 2 seq# 499322 mem# 0: /dev/rrk_redo2 Successful open of redo thread 1 Wed Jan 28 18:17:06 2026 MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set Wed Jan 28 18:17:06 2026 SMON: enabling cache recovery Wed Jan 28 18:17:07 2026 Errors in file /u01/app/oracle/admin/orcl1/udump/orcl1_ora_16187632.trc: ORA-00600: internal error code, arguments: [4000], [9], [], [], [], [], [], [] Wed Jan 28 18:17:08 2026 Errors in file /u01/app/oracle/admin/orcl1/udump/orcl1_ora_16187632.trc: ORA-00704: bootstrap process failure ORA-00704: bootstrap process failure ORA-00600: internal error code, arguments: [4000], [9], [], [], [], [], [], [] Wed Jan 28 18:17:08 2026 Error 704 happened during db open, shutting down database USER: terminating instance due to error 704 Instance terminated by USER, pid = 16187632 ORA-1092 signalled during: alter database open...
ORA-600 4000这个是在10g版本中非常常见的一个错误,一般是由于对应的block上面有事务没有提交或者scn过大导致,跟踪数据库启动过程发现在以下sql语句报错,而且报错为file 1 block 27527
EXEC #2:c=0,e=62,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,tim=437860213380 WAIT #2: nam='db file sequential read' ela= 139 file#=1 block#=27527 blocks=1 obj#=-1 tim=437860213555 *** 2026-01-31 15:31:40.417 ksedmp: internal or fatal error ORA-00600: internal error code, arguments: [4000], [9], [], [], [], [], [], [] Current SQL statement for this session: select rowcnt,blkcnt,empcnt,avgspc,chncnt,avgrln,nvl(degree,1), nvl(instances,1) from tab$ where obj# = :1
这里可以获取到两个有效信息:
1. 报错block为:file 1 block 27227
2. 报错sql为:select rowcnt,blkcnt,empcnt,avgspc,chncnt,avgrln,nvl(degree,1), nvl(instances,1) from tab$ where obj# = :1
进一步对报错数据块进行分析
Block header dump: 0x00406b87
Object id on Block? Y
seg/obj: 0x2 csc: 0xfe0.a99d3719 itc: 2 flg: - typ: 1 - DATA
fsl: 0 fnx: 0x0 ver: 0x01
Itl Xid Uba Flag Lck Scn/Fsc
0x01 0x000b.014.00f1bb09 0x008027a5.eada.0e C--- 0 scn 0x0fda.f353b198
0x02 0x0009.01e.00212e2a 0x01400cdf.113e.01 --U- 1 fsc 0x0000.a99d371b
这里可以确认几个有效信息:
1. 该block的csc scn为:17457592743705
2. 一条已经提交的事务的scn为:17433059635608
3. 还有一条没有提交的事务,使用的回滚段为9,这个和我们报错的ORA-600[4000][9]这个回滚段名称匹配上
基于上述分析,我们需要确认两件事情:
1. 通过Oracle数据库异常恢复检查脚本(Oracle Database Recovery Check)脚本检查结果,确认当前是数据库的文件头scn为:17457591420434小于该block的csc scn

2. itl操上面有一个锁需要提交,通过bbed工具对其进行提交,然后得出dump block信息
Block header dump: 0x00406b87
Object id on Block? Y
seg/obj: 0x2 csc: 0xfe0.a99d3719 itc: 2 flg: - typ: 1 - DATA
fsl: 0 fnx: 0x0 ver: 0x01
Itl Xid Uba Flag Lck Scn/Fsc
0x01 0x000b.014.00f1bb09 0x008027a5.eada.0e C--- 0 scn 0x0fda.f353b198
0x02 0x0009.01e.00212e2a 0x01400cdf.113e.01 C--- 0 scn 0x0000.a99d371b
修改好itl之后,先尝试重启库,如果不出意外应该会报ORA-600 2662类似错误(因为前面分析了csc scn大于文件头scn的问题)

这里的ORA-600 2662中的4221831就是报错的rdba地址(10进制),通过dbms_utility.data_block_address_file转换
SQL> select dbms_utility.data_block_address_file(4221831) "file",
2 dbms_utility.data_block_address_block(4221831) "block"
3 from dual;
file block
---------- ----------
1 27527
得出报错的ORA-600 2662的block就是我们之前分析和修复的itl块,通过修改该块scn或者修改数据库scn,该库均可open,后续就是安排导出数据导入新库的活
不当恢复truncate数据导致数据库不能open处理
有客户误truncate操作干掉了数据库中的几张表,然后尝试通过FY_Recover_Data进行恢复,恢复到一半然后终止了,数据库结果就起不来了(具体什么原因不知道,肯定是各种不合适的操作引起的故障),我接手故障的时候,数据库被强制resetlogs,报ORA-600 2662错误
Fri Jan 30 10:24:16 2026 alter database open resetlogs RESETLOGS is being done without consistancy checks. This may result in a corrupted database. The database should be recreated. RESETLOGS after incomplete recovery UNTIL CHANGE 49708968810 Clearing online redo logfile 1 /u01/oracle/oradata/orcl/redo01.log Clearing online log 1 of thread 1 sequence number 1069648 Clearing online redo logfile 1 complete Clearing online redo logfile 2 /u01/oracle/oradata/orcl/redo02.log Clearing online log 2 of thread 1 sequence number 1069649 Clearing online redo logfile 2 complete Clearing online redo logfile 3 /u01/oracle/oradata/orcl/redo03.log Clearing online log 3 of thread 1 sequence number 1069647 Clearing online redo logfile 3 complete Resetting resetlogs activation ID 1738690566 (0x67a25006) Online log /u01/oracle/oradata/orcl/redo01.log: Thread 1 Group 1 was previously cleared Online log /u01/oracle/oradata/orcl/redo02.log: Thread 1 Group 2 was previously cleared Online log /u01/oracle/oradata/orcl/redo03.log: Thread 1 Group 3 was previously cleared Fri Jan 30 10:24:17 2026 Setting recovery target incarnation to 3 Fri Jan 30 10:24:17 2026 Assigning activation ID 1751706121 (0x6868ea09) Thread 1 opened at log sequence 1 Current log# 1 seq# 1 mem# 0: /u01/oracle/oradata/orcl/redo01.log Successful open of redo thread 1 MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set Fri Jan 30 10:24:17 2026 SMON: enabling cache recovery Errors in file /u01/oracle/diag/rdbms/orcl/orcl/trace/orcl_ora_14707.trc (incident=123363): ORA-00600: 内部错误代码, 参数: [2662], [11], [2464328561], [11], [2464328917], [12583040], [], [], [], [] Incident details in: /u01/oracle/diag/rdbms/orcl/orcl/incident/incdir_123363/orcl_ora_14707_i123363.trc Fri Jan 30 10:24:18 2026 Use ADRCI or Support Workbench to package the incident. See Note 411.1 at My Oracle Support for error and packaging details. Errors in file /u01/oracle/diag/rdbms/orcl/orcl/trace/orcl_ora_14707.trc: ORA-00600: 内部错误代码, 参数: [2662], [11], [2464328561], [11], [2464328917], [12583040], [], [], [], [] Errors in file /u01/oracle/diag/rdbms/orcl/orcl/trace/orcl_ora_14707.trc: ORA-00600: 内部错误代码, 参数: [2662], [11], [2464328561], [11], [2464328917], [12583040], [], [], [], [] Error 600 happened during db open, shutting down database USER (ospid: 14707): terminating the instance due to error 600 Instance terminated by USER, pid = 14707 ORA-1092 signalled during: alter database open resetlogs... Use ADRCI or Support Workbench to package the incident. See Note 411.1 at My Oracle Support for error and packaging details. Use ADRCI or Support Workbench to package the incident. See Note 411.1 at My Oracle Support for error and packaging details. Errors in file /u01/oracle/diag/rdbms/orcl/orcl/trace/orcl_ora_14707.trc: ORA-00600: 内部错误代码, 参数: [2662], [11], [2464328564], [11], [2464328917], [12583040], [], [], [], [] ORA-00600: 内部错误代码, 参数: [2662], [11], [2464328563], [11], [2464328917], [12583040], [], [], [], [] ORA-01092: ORACLE 实例终止。强制断开连接 ORA-00600: 内部错误代码, 参数: [2662], [11], [2464328561], [11], [2464328917], [12583040], [], [], [], [] Errors in file /u01/oracle/diag/rdbms/orcl/orcl/trace/orcl_ora_14707.trc: ORA-27300: 操作系统系统相关操作: semctl 失败, 状态为: 22 ORA-27301: 操作系统故障消息: Invalid argument ORA-27302: 错误发生在: sskgpwpost1 ORA-27303: 附加信息: semid = 32779 ORA-00600: 内部错误代码, 参数: [2662], [11], [2464328564], [11], [2464328917], [12583040], [], [], [], [] ORA-00600: 内部错误代码, 参数: [2662], [11], [2464328563], [11], [2464328917], [12583040], [], [], [], [] ORA-01092: ORACLE 实例终止。强制断开连接 ORA-00603: ORACLE server session terminated by fatal error ORA-00600: internal error code, arguments: [2662], [11], [2464328564], [11], [2464328917], [12583040], [] ORA-00600: internal error code, arguments: [2662], [11], [2464328563], [11], [2464328917], [12583040], [] ORA-01092: ORACLE instance terminated. Disconnection forced ORA-00600: internal error code, arguments: [2662], [11], [2464328561], [11], [2464328917], [12583040], []
通过Oracle数据库异常恢复检查脚本(Oracle Database Recovery Check)脚本检查发现有文件被offline,且resetlogs 信息不对

通过obet工具(Oracle数据块编辑工具( Oracle Block Editor Tool)-obet)对resetlogs相关信息进行修改
OBET> set mode edit mode set to: edit OBET> set file 18 filename set to: /tmp/FY_RST_DATA.DAT (file#18) OBET> copy resetlogscn file 1 to file 18 Confirm Modify resetlogscn: Source: file#1 (/u01/oracle/oradata/orcl/system01.dbf) Target: file#18 (/tmp/FY_RST_DATA.DAT) Proceed? (Y/YES to confirm): y Successfully copied resetlog SCN information from file#1 to file#18. OBET> copy chkscn file 1 to file 18 Confirm Modify chkscn: Source: file#1 (/u01/oracle/oradata/orcl/system01.dbf) Target: file#18 (/tmp/FY_RST_DATA.DAT) Proceed? (Y/YES to confirm): y Successfully copied checkpoint SCN information from file#1 to file#18. OBET> sum Check value for File /tmp/FY_RST_DATA.DAT, Block 1: current = 0xF8EA, required = 0xFCEA OBET> sum check Warning: Unknown option 'check', ignored Check value for File /tmp/FY_RST_DATA.DAT, Block 1: current = 0xF8EA, required = 0xFCEA OBET> sum apply Confirm applying checksum: File: /tmp/FY_RST_DATA.DAT Block: 1 Offset in block: 16 (file offset: 0x00002010) Original value: 0xF8EA New value: 0xFCEA Confirm? (Y/YES to proceed): y Verification successful: Stored checksum matches calculated value (0xFCEA). Checksum applied successfully.
然后尝试打开库,报ORA-600 kdourp_inorder2错误
Database Characterset is ZHS16GBK Errors in file /u01/oracle/diag/rdbms/orcl/orcl/trace/orcl_smon_9198.trc (incident=159324): ORA-00600: internal error code, arguments: [kdourp_inorder2], [16], [0], [146], [108], [], [], [], [], [] Incident details in: /u01/oracle/diag/rdbms/orcl/orcl/incident/incdir_159324/orcl_smon_9198_i159324.trc Stopping background process MMNL Use ADRCI or Support Workbench to package the incident. See Note 411.1 at My Oracle Support for error and packaging details. Block recovery from logseq 2, block 39 to scn 49708988852 Recovery of Online Redo Log: Thread 1 Group 2 Seq 2 Reading mem 0 Mem# 0: /u01/oracle/oradata/orcl/redo02.log Block recovery completed at rba 2.42.16, scn 11.2464348597 ORACLE Instance orcl (pid = 14) - Error 600 encountered while recovering transaction (14, 8) on object 14. Errors in file /u01/oracle/diag/rdbms/orcl/orcl/trace/orcl_smon_9198.trc: ORA-00600: internal error code, arguments: [kdourp_inorder2], [16], [0], [146], [108], [], [], [], [], [] Stopping background process MMON Fri Jan 30 11:42:26 2026 Errors in file /u01/oracle/diag/rdbms/orcl/orcl/trace/orcl_smon_9198.trc (incident=159325): ORA-00600: internal error code, arguments: [kdourp_inorder2], [16], [0], [146], [108], [], [], [], [], [] Incident details in: /u01/oracle/diag/rdbms/orcl/orcl/incident/incdir_159325/orcl_smon_9198_i159325.trc Starting background process MMON Fri Jan 30 11:42:27 2026 MMON started with pid=49, OS id=10684 Starting background process MMNL Use ADRCI or Support Workbench to package the incident. See Note 411.1 at My Oracle Support for error and packaging details. Block recovery from logseq 2, block 39 to scn 49708988852 Recovery of Online Redo Log: Thread 1 Group 2 Seq 2 Reading mem 0 Mem# 0: /u01/oracle/oradata/orcl/redo02.log Block recovery completed at rba 2.42.16, scn 11.2464348597 ORACLE Instance orcl (pid = 14) - Error 600 encountered while recovering transaction (14, 8) on object 14. Errors in file /u01/oracle/diag/rdbms/orcl/orcl/trace/orcl_smon_9198.trc: ORA-00600: internal error code, arguments: [kdourp_inorder2], [16], [0], [146], [108], [], [], [], [], []
该报错比较明显是由于undo回滚段异常导致,通过屏蔽回滚段,open库成功.后续对客户truncate的表进行分析,比较悲催由于没有第一时间保护现场而且对所在表空间进行了大量写入操作,导致truncate数据恢复较少.
ORA-600 2662错误处理-202510
一个朋友一个历史库,由于某种原因无法正常启动,尝试强制打开库报ORA-600 2662错误
[oracle@db01 check_db]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Fri Oct 10 22:08:31 2025 Copyright (c) 1982, 2013, Oracle. All rights reserved. Connected to an idle instance. SQL> startup mount pfile='/tmp/pfile' ORACLE instance started. Total System Global Area 2.0176E+10 bytes Fixed Size 2261928 bytes Variable Size 2818575448 bytes Database Buffers 1.7314E+10 bytes Redo Buffers 41463808 bytes Database mounted. SQL> alter database open resetlogs; alter database open resetlogs * ERROR at line 1: ORA-01092: ORACLE instance terminated. Disconnection forced ORA-00704: bootstrap process failure ORA-00704: bootstrap process failure ORA-00600: internal error code, arguments: [2662], [4293], [1546030629], [4293], [1646742297], [4194545], [], [], [], [], [], [] Process ID: 12499 Session ID: 66 Serial number: 3
对应的alert日志报错如下
Fri Oct 10 22:08:41 2025 ALTER DATABASE MOUNT Set as converted control file due to db_unique_name mismatch Changing di2dbun from to xff Successful mount of redo thread 1, with mount id 92634729 Database mounted in Exclusive Mode Lost write protection disabled Completed: ALTER DATABASE MOUNT Fri Oct 10 22:08:58 2025 alter database open resetlogs RESETLOGS after complete recovery through change 18439840632350 Clearing online redo logfile 1 /u01/oradata/xff/redo01.log Clearing online log 1 of thread 1 sequence number 0 Clearing online redo logfile 1 complete Resetting resetlogs activation ID 90952602 (0x56bd39a) Online log /u01/oradata/xff/redo01.log: Thread 1 Group 1 was previously cleared Online log /u01/oradata/xff/redo02.log: Thread 1 Group 2 was previously cleared Online log /u01/oradata/xff/redo03.log: Thread 1 Group 3 was previously cleared Online log /u01/oradata/xff/redo04.log: Thread 1 Group 4 was previously cleared Online log /u01/oradata/xff/redo05.log: Thread 1 Group 5 was previously cleared Online log /u01/oradata/xff/redo06.log: Thread 1 Group 6 was previously cleared Online log /u01/oradata/xff/redo07.log: Thread 1 Group 7 was previously cleared Online log /u01/oradata/xff/redo08.log: Thread 1 Group 8 was previously cleared Fri Oct 10 22:08:59 2025 Setting recovery target incarnation to 2 Initializing SCN for created control file Database SCN compatibility initialized to 3 Warning - High Database SCN: Current SCN value is 18439840632353, threshold SCN value is 0 If you have not previously reported this warning on this database, please notify Oracle Support so that additional diagnosis can be performed. Fri Oct 10 22:08:59 2025 Assigning activation ID 92634729 (0x5857e69) Thread 1 opened at log sequence 1 Current log# 1 seq# 1 mem# 0: /u01/oradata/xff/redo01.log Successful open of redo thread 1 MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set Fri Oct 10 22:08:59 2025 SMON: enabling cache recovery Errors in file /u01/app/oracle/diag/rdbms/xff/xff/trace/xff_ora_12499.trc (incident=4961): ORA-00600: internal error code, arguments: [2662], [4293], [1546030629], [4293], [1646742297],[4194545] Incident details in: /u01/app/oracle/diag/rdbms/xff/xff/incident/incdir_4961/xff_ora_12499_i4961.trc Use ADRCI or Support Workbench to package the incident. See Note 411.1 at My Oracle Support for error and packaging details. Errors in file /u01/app/oracle/diag/rdbms/xff/xff/trace/xff_ora_12499.trc: ORA-00704: bootstrap process failure ORA-00704: bootstrap process failure ORA-00600: internal error code, arguments: [2662], [4293], [1546030629], [4293],[1646742297],[4194545] Errors in file /u01/app/oracle/diag/rdbms/xff/xff/trace/xff_ora_12499.trc: ORA-00704: bootstrap process failure ORA-00704: bootstrap process failure ORA-00600: internal error code, arguments: [2662], [4293], [1546030629], [4293],[1646742297],[4194545] Error 704 happened during db open, shutting down database USER (ospid: 12499): terminating the instance due to error 704 Instance terminated by USER, pid = 12499 ORA-1092 signalled during: alter database open resetlogs... opiodr aborting process unknown ospid (12499) as a result of ORA-1092
这个错误算是在oracle 12c之前比较经典的一个错误,一般是由于文件头的SCN小于数据库在启动/运行过程中block的SCN,从而出现该问题,解决该问题的方法一般就是把文件头的SCN修改为更大值即可,对于这种情况,可以通过Patch_SCN小工具进行修改(Patch SCN一键解决ORA-600 2662故障),也可以反向找出来报错的block,把其SCN修改为更小的值,以前写过类似的文章:https://www.xifenfei.com/2011/12/%e4%bd%bf%e7%94%a8bbed%e8%a7%a3%e5%86%b3ora-006002662.html
通过调整之后,数据库正常打开
SQL> recover database;
Media recovery complete.
SQL> alter database open ;
Database altered.
SQL> select open_mode from v$database;
OPEN_MODE
--------------------
READ WRITE
SQL> select file#,status from v$datafile;
FILE# STATUS
---------- -------
1 SYSTEM
2 ONLINE
3 ONLINE
4 ONLINE
5 ONLINE
6 ONLINE
7 ONLINE
8 ONLINE
9 ONLINE
10 ONLINE
11 ONLINE
11 rows selected.
检测字典没有问题
SQL> @hcheck
HCheck Version 07MAY18 on 10-OCT-2025 22:31:36
----------------------------------------------
Catalog Version 11.2.0.4.0 (1102000400)
db_name: XFF
Catalog Fixed
Procedure Name Version Vs Release Timestamp
Result
------------------------------ ... ---------- -- ---------- --------------
------
.- LobNotInObj ... 1102000400 <= *All Rel* 10/10 22:31:36 PASS
.- MissingOIDOnObjCol ... 1102000400 <= *All Rel* 10/10 22:31:36 PASS
.- SourceNotInObj ... 1102000400 <= *All Rel* 10/10 22:31:36 PASS
.- OversizedFiles ... 1102000400 <= *All Rel* 10/10 22:31:36 PASS
.- PoorDefaultStorage ... 1102000400 <= *All Rel* 10/10 22:31:36 PASS
.- PoorStorage ... 1102000400 <= *All Rel* 10/10 22:31:36 PASS
.- TabPartCountMismatch ... 1102000400 <= *All Rel* 10/10 22:31:36 PASS
.- OrphanedTabComPart ... 1102000400 <= *All Rel* 10/10 22:31:36 PASS
.- MissingSum$ ... 1102000400 <= *All Rel* 10/10 22:31:36 PASS
.- MissingDir$ ... 1102000400 <= *All Rel* 10/10 22:31:36 PASS
.- DuplicateDataobj ... 1102000400 <= *All Rel* 10/10 22:31:36 PASS
.- ObjSynMissing ... 1102000400 <= *All Rel* 10/10 22:31:36 PASS
.- ObjSeqMissing ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- OrphanedUndo ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- OrphanedIndex ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- OrphanedIndexPartition ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- OrphanedIndexSubPartition ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- OrphanedTable ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- OrphanedTablePartition ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- OrphanedTableSubPartition ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- MissingPartCol ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- OrphanedSeg$ ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- OrphanedIndPartObj# ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- DuplicateBlockUse ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- FetUet ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- Uet0Check ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- SeglessUET ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- BadInd$ ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- BadTab$ ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- BadIcolDepCnt ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- ObjIndDobj ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- TrgAfterUpgrade ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- ObjType0 ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- BadOwner ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- StmtAuditOnCommit ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- BadPublicObjects ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- BadSegFreelist ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- BadDepends ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- CheckDual ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- ObjectNames ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- BadCboHiLo ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- ChkIotTs ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- NoSegmentIndex ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- BadNextObject ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- DroppedROTS ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- FilBlkZero ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- DbmsSchemaCopy ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- OrphanedObjError ... 1102000400 > 1102000000 10/10 22:31:37 PASS
.- ObjNotLob ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- MaxControlfSeq ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- SegNotInDeferredStg ... 1102000400 > 1102000000 10/10 22:31:37 PASS
.- SystemNotRfile1 ... 1102000400 > 902000000 10/10 22:31:37 PASS
.- DictOwnNonDefaultSYSTEM ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- OrphanTrigger ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
.- ObjNotTrigger ... 1102000400 <= *All Rel* 10/10 22:31:37 PASS
---------------------------------------
10-OCT-2025 22:31:37 Elapsed: 1 secs
---------------------------------------
Found 0 potential problem(s) and 0 warning(s)
PL/SQL procedure successfully completed.
Statement processed.
Complete output is in trace file:
/u01/app/oracle/diag/rdbms/xff/xff/trace/xff_ora_8794_HCHECK.trc
SQL>


加我微信(17813235971)
加我QQ(107644445)

