标签云
asm恢复 bbed bootstrap$ dul In Memory kcbzib_kcrsds_1 kccpb_sanity_check_2 kfed MySQL恢复 ORA-00312 ORA-00607 ORA-00704 ORA-01110 ORA-01555 ORA-01578 ORA-08103 ORA-600 2131 ORA-600 2662 ORA-600 2663 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-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)
- 操作系统 (102)
- 数据库 (1,671)
- DB2 (22)
- MySQL (73)
- Oracle (1,533)
- Data Guard (52)
- EXADATA (8)
- GoldenGate (21)
- ORA-xxxxx (159)
- ORACLE 12C (72)
- ORACLE 18C (6)
- ORACLE 19C (14)
- ORACLE 21C (3)
- Oracle 23ai (7)
- Oracle ASM (65)
- Oracle Bug (8)
- Oracle RAC (52)
- Oracle 安全 (6)
- Oracle 开发 (28)
- Oracle 监听 (28)
- Oracle备份恢复 (560)
- Oracle安装升级 (92)
- Oracle性能优化 (62)
- 专题索引 (5)
- 勒索恢复 (78)
- PostgreSQL (18)
- PostgreSQL恢复 (6)
- SQL Server (27)
- SQL Server恢复 (8)
- TimesTen (7)
- 达梦数据库 (2)
- 生活娱乐 (2)
- 至理名言 (11)
- 虚拟化 (2)
- VMware (2)
- 软件开发 (37)
- Asp.Net (9)
- JavaScript (12)
- PHP (2)
- 小工具 (20)
-
最近发表
- Kylin Linux 安装19c
- ORA-600 krse_arc_complete.4
- Oracle 19c 202410补丁(RUs+OJVM)
- ntfs MFT损坏(ntfs文件系统故障)导致oracle异常恢复
- .mkp扩展名oracle数据文件加密恢复
- 清空redo,导致ORA-27048: skgfifi: file header information is invalid
- A_H_README_TO_RECOVER勒索恢复
- 通过alert日志分析客户自行对一个数据库恢复的来龙去脉和点评
- ORA-12514: TNS: 监听进程不能解析在连接描述符中给出的SERVICE_NAME
- ORA-01092 ORA-00604 ORA-01558故障处理
- ORA-65088: database open should be retried
- Oracle 19c异常恢复—ORA-01209/ORA-65088
- ORA-600 16703故障再现
- 数据库启动报ORA-27102 OSD-00026 O/S-Error: (OS 1455)
- .[metro777@cock.li].Elbie勒索病毒加密数据库恢复
- 应用连接错误,初始化mysql数据库恢复
- RAC默认服务配置优先节点
- Oracle 19c RAC 替换私网操作
- 监听报TNS-12541 TNS-12560 TNS-00511错误
- drop tablespace xxx including contents恢复
分类目录归档:Oracle
从ORA-00283 ORA-16433报错开始恢复
接手一个客户无法正常启动的故障数据库,尝试recover 报ORA-00283 ORA-16433错误
[oracle@xff trace]$ sqlplus / as sysdba SQL*Plus: Release 12.1.0.2.0 Production on Sat Jan 27 04:46:23 2024 Copyright (c) 1982, 2014, Oracle. All rights reserved. ???: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options SQL> show pdbs; SQL> select open_mode from v$database; OPEN_MODE -------------------- MOUNTED SQL> SQL> recover database; ORA-00283: recovery session canceled due to errors ORA-16433: The database must be opened in read/write mode
通过对控制文件进行处理,再次尝试recover库
SQL> recover database; ORA-00399: corrupt change description in redo log ORA-00353: log corruption near block 134877 change 3249721295 time 01/27/2024 00:21:05 ORA-00312: online log 1 thread 1:'/u01/app/oracle/oradata/xff/redo01.log'
由于redo和数据文件不匹配,无法正常recover库,尝试强制打开库报ORA-600 2662错误
SQL> alter database open resetlogs; alter database open resetlogs * ERROR at line 1: ORA-00603: ORACLE server session terminated by fatal error ORA-00600: internal error code, arguments: [2662], [0], [3249721308], [0],[3249730440], [16777344],[],[],[],[],[],[] ORA-00600: internal error code, arguments: [2662], [0], [3249721307], [0],[3249730440], [16777344],[],[],[],[],[],[] ORA-01092: ORACLE instance terminated. Disconnection forced ORA-00600: internal error code, arguments: [2662], [0], [3249721303], [0],[3249730440], [16777344],[],[],[],[],[],[] Process ID: 117336 Session ID: 1146 Serial number: 11764
基于这种错误,尝试oradebug修改scn
SQL> oradebug setmypid oradebug DUMPvar SGA kcsgscn_ Statement processed. SQL> kcslf kcsgscn_ [06001FBB0, 06001FBE0) = 00000000 00000000 00000000 00000000 00000000 SQL> oradebug poke 0x06001FBB0 4 0x10000000 oradebug DUMPvar SGA kcsgscn_ ORA-32521: error parsing ORADEBUG command:
发现报ORA-32521错误,证明常规的oradebug方法无法修改scn,参考相关文章:
oradebug poke ORA-32521/ORA-32519故障解决
第一次通过其他方法处理,由于计算失误导致数据库启动报ORA-600 2252错误
SQL> ALTER DATABASE OPEN RESETLOGS; ALTER DATABASE OPEN RESETLOGS * ERROR at line 1: ORA-00600: internal error code, arguments: [2252], [45264], [0], [11641],[3340959744], [],[],[],[],[],[]
该错误是相关文章参考:
记录一次ORA-00600[2252]故障解决
ORA-00600: internal error code, arguments: [2252], [3987]
主机断电系统回到N年前数据库报ORA-600 kcm_headroom_warn_1错误
处理正确的scn值之后,数据库open成功,然后逻辑方式导出数据,恢复工作完成
SQL> alter database open ; Database altered.
近期又遇到ORA-600 16703和ORA-702故障
比较常见的由于软件注入恶意代码或者被人恶意破坏的常见故障ORA-600 16703和ORA-702故障
上面的故障是由于bootstrap$表被删除导致,以前处理过类似case:
恶意删除bootstrap$导致数据库无法正常启动-1
恶意删除bootstrap$导致数据库无法正常启动-2
2019恢复第一单—ORA-704-ORA-702恢复
ORA-00702: bootstrap verison ” inconsistent with version ’8.0.0.0.0′
该故障的原因是一般是由于在互联网上下载了带恶意脚本的oracle安装介质,300天之后数据库重启会导致tab$被删除,参见:
ORA-600 16703故障解析—tab$表被清空
警告:互联网中有oracle介质被注入恶意程序导致—ORA-600 16703
再次提醒oracle使用者:
1. 不要使用从第三方网站下载非官方的数据库访问软件(发生过被注入恶意脚本的plsql dev案例:plsql dev引起的数据库被黑勒索比特币实现原理分析和解决方案)
2. 从官方下载oracle 安装程序和补丁程序(防止被注入恶意脚本,参考:警告:互联网中有oracle介质被注入恶意程序导致—ORA-600 16703)
ORA-01033: ORACLE initialization or shutdown in progress 故障处理
客户反馈数据库使用plsql dev登录报ORA-01033: ORACLE initialization or shutdown in progress的错误
出现该错误一般是由于数据库没有正常open成功,查看oracle 告警日志发现
Mon Jan 22 16:55:50 2024 Database mounted in Exclusive Mode Lost write protection disabled Completed: alter database mount exclusive alter database open Beginning crash recovery of 1 threads parallel recovery started with 15 processes Started redo scan Completed redo scan read 139 KB redo, 70 data blocks need recovery Errors in file d:\app\administrator\diag\rdbms\orcl\orcl\trace\orcl_ora_7792.trc (incident=20565): ORA-00600: ??????, ??: [kcratr_nab_less_than_odr], [1], [1916], [28210], [28222], [], [], [], [], [], [], [] Incident details in: d:\app\administrator\diag\rdbms\orcl\orcl\incident\incdir_20565\orcl_ora_7792_i20565.trc Mon Jan 22 16:55:57 2024 Trace dumping is performing id=[cdmp_20240122165557] Aborting crash recovery due to error 600 Errors in file d:\app\administrator\diag\rdbms\orcl\orcl\trace\orcl_ora_7792.trc: ORA-00600: ??????, ??: [kcratr_nab_less_than_odr], [1], [1916], [28210], [28222], [], [], [], [], [], [], [] Errors in file d:\app\administrator\diag\rdbms\orcl\orcl\trace\orcl_ora_7792.trc: ORA-00600: ??????, ??: [kcratr_nab_less_than_odr], [1], [1916], [28210], [28222], [], [], [], [], [], [], [] ORA-600 signalled during: alter database open...
这个错误比较常见,解决起来比较简单,参考:
kcratr_nab_less_than_odr
12c启动报kcratr_nab_less_than_odr
又一例ORA-600 kcratr_nab_less_than_odr
在恢复过程中中还遇到了ORA-00700 kcrf_split_brain_error错误,但是没有影响数据库open
Mon Jan 22 20:13:55 2024 alter database open Beginning crash recovery of 1 threads Started redo application at Thread 1: logseq 1916, block 27931 Recovery of Online Redo Log: Thread 1 Group 2 Seq 1916 Reading mem 0 Mem# 0: D:\TEMP\ORCL\REDO02.LOG Completed redo application of 0.00MB Completed crash recovery at Thread 1: logseq 1916, block 28210, scn 43957072 0 data blocks read, 0 data blocks written, 139 redo k-bytes read Errors in file d:\app\xifenfei\diag\rdbms\orcl\orcl\trace\orcl_ora_6104.trc (incident=15729): ORA-00700: 软内部错误, 参数: [kcrf_split_brain_error], [1], [1916], [28222], [28209], [4], [], [], [], [], [], [] Incident details in: d:\app\xifenfei\diag\rdbms\orcl\orcl\incident\incdir_15729\orcl_ora_6104_i15729.trc Mon Jan 22 20:13:56 2024 Trace dumping is performing id=[cdmp_20240122201356] Mon Jan 22 20:13:56 2024 Thread 1 advanced to log sequence 1917 (thread open) Thread 1 opened at log sequence 1917 Current log# 3 seq# 1917 mem# 0: D:\TEMP\ORCL\REDO03.LOG Successful open of redo thread 1 Mon Jan 22 20:13:56 2024 SMON: enabling cache recovery Verifying file header compatibility for 11g tablespace encryption.. Verifying 11g file header compatibility for tablespace encryption completed SMON: enabling tx recovery Database Characterset is AL32UTF8 replication_dependency_tracking turned off (no async multimaster replication found) WARNING: AQ_TM_PROCESSES is set to 0. System operation might be adversely affected. Completed: alter database open
至此数据库open成功但是dbv检测system有很多坏块需要分析处理
C:\Users\XIFENFEI>dbv file=d:/temp/orcl/system01.dbf DBVERIFY: Release 11.2.0.1.0 - Production on 星期一 1月 22 21:07:18 2024 Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved. DBVERIFY - 开始验证: FILE = D:\TEMP\ORCL\SYSTEM01.DBF 页 106278 流入 - 很可能是介质损坏 Corrupt block relative dba: 0x00419f26 (file 1, block 106278) Fractured block found during dbv: Data in bad block: type: 6 format: 2 rdba: 0x00419f26 last change scn: 0x0000.01410f78 seq: 0x2 flg: 0x04 spare1: 0x0 spare2: 0x0 spare3: 0x0 consistency value in tail: 0x00000000 check value in block header: 0xbf11 computed block checksum: 0xaf18 页 106279 标记为损坏 Corrupt block relative dba: 0x00419f27 (file 1, block 106279) Bad header found during dbv: Data in bad block: type: 178 format: 3 rdba: 0xc8c9c1b6 last change scn: 0x0000.0a0df8c7 seq: 0x0 flg: 0x00 spare1: 0xbf spare2: 0xc9 spare3: 0xc9bf consistency value in tail: 0x00000000 check value in block header: 0xbbb2 block checksum disabled 页 106280 标记为损坏 Corrupt block relative dba: 0x00419f28 (file 1, block 106280) Bad header found during dbv: Data in bad block: type: 178 format: 3 rdba: 0xc8c9c1b6 last change scn: 0x0000.0a0df8c7 seq: 0x0 flg: 0x00 spare1: 0xbf spare2: 0xc9 spare3: 0xc9bf consistency value in tail: 0x00000000 check value in block header: 0xbbb2 block checksum disabled 页 106281 标记为损坏 Corrupt block relative dba: 0x00419f29 (file 1, block 106281) Bad header found during dbv: Data in bad block: type: 178 format: 3 rdba: 0xc8c9c1b6 last change scn: 0x0000.0a0df8c7 seq: 0x0 flg: 0x00 spare1: 0xbf spare2: 0xc9 spare3: 0xc9bf consistency value in tail: 0x00000000 check value in block header: 0xbbb2 block checksum disabled 页 106282 标记为损坏 Corrupt block relative dba: 0x00419f2a (file 1, block 106282) Bad header found during dbv: Data in bad block: type: 178 format: 3 rdba: 0xc8c9c1b6 last change scn: 0x0000.0a0df8c7 seq: 0x0 flg: 0x00 spare1: 0xbf spare2: 0xc9 spare3: 0xc9bf consistency value in tail: 0x00000000 check value in block header: 0xbbb2 block checksum disabled 页 106283 标记为损坏 Corrupt block relative dba: 0x00419f2b (file 1, block 106283) Bad header found during dbv: Data in bad block: type: 178 format: 3 rdba: 0xc8c9c1b6 last change scn: 0x0000.0a0df8c7 seq: 0x0 flg: 0x00 spare1: 0xbf spare2: 0xc9 spare3: 0xc9bf consistency value in tail: 0x00000000 check value in block header: 0xbbb2 block checksum disabled 页 106284 标记为损坏 Corrupt block relative dba: 0x00419f2c (file 1, block 106284) Bad header found during dbv: Data in bad block: type: 178 format: 3 rdba: 0xc8c9c1b6 last change scn: 0x0000.0a0df8c7 seq: 0x0 flg: 0x00 spare1: 0xbf spare2: 0xc9 spare3: 0xc9bf consistency value in tail: 0x00000000 check value in block header: 0xbbb2 block checksum disabled 页 106285 标记为损坏 Corrupt block relative dba: 0x00419f2d (file 1, block 106285) Bad header found during dbv: Data in bad block: type: 178 format: 3 rdba: 0xc8c9c1b6 last change scn: 0x0000.0a0df8c7 seq: 0x0 flg: 0x00 spare1: 0xbf spare2: 0xc9 spare3: 0xc9bf consistency value in tail: 0x00000000 check value in block header: 0xbbb2 block checksum disabled 页 106286 标记为损坏 Corrupt block relative dba: 0x00419f2e (file 1, block 106286) Bad header found during dbv: Data in bad block: type: 178 format: 3 rdba: 0xc8c9c1b6 last change scn: 0x0000.0a0df8c7 seq: 0x0 flg: 0x00 spare1: 0xbf spare2: 0xc9 spare3: 0xc9bf consistency value in tail: 0x2c310602 check value in block header: 0xbbb2 block checksum disabled 页 143094 流入 - 很可能是介质损坏 Corrupt block relative dba: 0x00422ef6 (file 1, block 143094) Fractured block found during dbv: Data in bad block: type: 6 format: 2 rdba: 0x00422ef6 last change scn: 0x0000.028f863b seq: 0x2 flg: 0x04 spare1: 0x0 spare2: 0x0 spare3: 0x0 consistency value in tail: 0x00000000 check value in block header: 0xda23 computed block checksum: 0x4210 页 143095 标记为损坏 Corrupt block relative dba: 0x00422ef7 (file 1, block 143095) Bad header found during dbv: Data in bad block: type: 178 format: 3 rdba: 0xc8c9c1b6 last change scn: 0x0000.0a0df8c7 seq: 0x0 flg: 0x00 spare1: 0xbf spare2: 0xc9 spare3: 0xc9bf consistency value in tail: 0x00000000 check value in block header: 0xbbb2 block checksum disabled 页 143096 标记为损坏 Corrupt block relative dba: 0x00422ef8 (file 1, block 143096) Bad header found during dbv: Data in bad block: type: 178 format: 3 rdba: 0xc8c9c1b6 last change scn: 0x0000.0a0df8c7 seq: 0x0 flg: 0x00 spare1: 0xbf spare2: 0xc9 spare3: 0xc9bf consistency value in tail: 0x00000000 check value in block header: 0xbbb2 block checksum disabled 页 143097 标记为损坏 Corrupt block relative dba: 0x00422ef9 (file 1, block 143097) Bad header found during dbv: Data in bad block: type: 178 format: 3 rdba: 0xc8c9c1b6 last change scn: 0x0000.0a0df8c7 seq: 0x0 flg: 0x00 spare1: 0xbf spare2: 0xc9 spare3: 0xc9bf consistency value in tail: 0x00000000 check value in block header: 0xbbb2 block checksum disabled 页 143098 标记为损坏 Corrupt block relative dba: 0x00422efa (file 1, block 143098) Bad header found during dbv: Data in bad block: type: 178 format: 3 rdba: 0xc8c9c1b6 last change scn: 0x0000.0a0df8c7 seq: 0x0 flg: 0x00 spare1: 0xbf spare2: 0xc9 spare3: 0xc9bf consistency value in tail: 0x00000000 check value in block header: 0xbbb2 block checksum disabled 页 143099 标记为损坏 Corrupt block relative dba: 0x00422efb (file 1, block 143099) Bad header found during dbv: Data in bad block: type: 178 format: 3 rdba: 0xc8c9c1b6 last change scn: 0x0000.0a0df8c7 seq: 0x0 flg: 0x00 spare1: 0xbf spare2: 0xc9 spare3: 0xc9bf consistency value in tail: 0x00000000 check value in block header: 0xbbb2 block checksum disabled 页 143100 标记为损坏 Corrupt block relative dba: 0x00422efc (file 1, block 143100) Bad header found during dbv: Data in bad block: type: 178 format: 3 rdba: 0xc8c9c1b6 last change scn: 0x0000.0a0df8c7 seq: 0x0 flg: 0x00 spare1: 0xbf spare2: 0xc9 spare3: 0xc9bf consistency value in tail: 0x00000000 check value in block header: 0xbbb2 block checksum disabled 页 143101 标记为损坏 Corrupt block relative dba: 0x00422efd (file 1, block 143101) Bad header found during dbv: Data in bad block: type: 178 format: 3 rdba: 0xc8c9c1b6 last change scn: 0x0000.0a0df8c7 seq: 0x0 flg: 0x00 spare1: 0xbf spare2: 0xc9 spare3: 0xc9bf consistency value in tail: 0x00000000 check value in block header: 0xbbb2 block checksum disabled 页 143102 标记为损坏 Corrupt block relative dba: 0x00422efe (file 1, block 143102) Bad header found during dbv: Data in bad block: type: 178 format: 3 rdba: 0xc8c9c1b6 last change scn: 0x0000.0a0df8c7 seq: 0x0 flg: 0x00 spare1: 0xbf spare2: 0xc9 spare3: 0xc9bf consistency value in tail: 0x8a780602 check value in block header: 0xbbb2 block checksum disabled DBVERIFY - 验证完成 检查的页总数: 152320 处理的页总数 (数据): 115189 失败的页总数 (数据): 0 处理的页总数 (索引): 13086 失败的页总数 (索引): 0 处理的页总数 (其他): 9741 处理的总页数 (段) : 1 失败的总页数 (段) : 0 空的页总数: 14286 标记为损坏的总页数: 18 流入的页总数: 2 加密的总页数 : 0 最高块 SCN : 44036082 (0.44036082)
通过分析aud$的extent,确认这些坏块全部属于该对象
SQL> select block_id,blocks from dba_extents where segment_name='AUD$'; BLOCK_ID BLOCKS ---------- ---------- ………… 102016 1024 103040 1024 104064 1024 105088 1024 106112 1024 ………… 141056 1024 142080 1024 143104 1024 已选择124行。
处理方法比较简单,直接truncate aud$表即可