标签云
asm恢复 bbed bootstrap$ dul In Memory kcbzib_kcrsds_1 kccpb_sanity_check_2 MySQL恢复 ORA-00312 ORA-00607 ORA-00704 ORA-00742 ORA-01110 ORA-01555 ORA-01578 ORA-01595 ORA-08103 ORA-600 2131 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-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)
- 操作系统 (103)
- 数据库 (1,770)
- DB2 (22)
- MySQL (77)
- Oracle (1,611)
- Data Guard (52)
- EXADATA (8)
- GoldenGate (24)
- ORA-xxxxx (166)
- 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备份恢复 (592)
- Oracle安装升级 (98)
- Oracle性能优化 (62)
- 专题索引 (5)
- 勒索恢复 (86)
- PostgreSQL (30)
- pdu工具 (6)
- PostgreSQL恢复 (9)
- SQL Server (32)
- SQL Server恢复 (13)
- TimesTen (7)
- 达梦数据库 (3)
- 达梦恢复 (1)
- 生活娱乐 (2)
- 至理名言 (11)
- 虚拟化 (2)
- VMware (2)
- 软件开发 (39)
- Asp.Net (9)
- JavaScript (12)
- PHP (2)
- 小工具 (22)
-
最近发表
- Oracle 19c 202507补丁(RUs+OJVM)-19.28
- 2025年的Oracle 8.0.5数据库恢复
- ORA-600 kokiasg1故障分析(obj$中核心字典序列全部被恶意删除)
- ORA-00756 ORA-10567故障数据0丢失恢复
- 数据库文件变成32k故障恢复
- tcp连接过多导致监听TNS-12532 TNS-12560 TNS-00502错误
- 文件系统格式化MySQL数据库恢复
- .sstop勒索加密数据库恢复
- 解决一次硬件恢复之后数据文件0kb的故障恢复case
- Error in invoking target ‘libasmclntsh19.ohso libasmperl19.ohso client_sharedlib’问题处理
- ORA-01171: datafile N going offline due to error advancing checkpoint
- linux环境oracle数据库被文件系统勒索加密为.babyk扩展名溯源
- ORA-600 ksvworkmsgalloc: bad reaper
- ORA-600 krccfl_chunk故障处理
- Oracle Recovery Tools恢复案例总结—202505
- ORA-600 kddummy_blkchk 数据库循环重启
- 记录一次asm disk加入到vg通过恢复直接open库的案例
- CHECKDB 发现了 N 个分配错误和 M 个一致性错误
- 达梦数据库dm.ctl文件异常恢复
- Oracle Recovery Tools修复ORA-00742、ORA-600 ktbair2: illegal inheritance故障
分类目录归档:Oracle
rman通过nfs备份
挂载nfs
[root@xifenfei tmp]# mount -t nfs 192.168.1.90:/tmp/nfs /nfs [root@xifenfei tmp]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 18G 12G 5.2G 70% / tmpfs 737M 0 737M 0% /dev/shm /dev/sdb1 20G 7.8G 11G 42% /u01/oracle/oradata 192.168.1.90:/tmp/nfs 18G 13G 3.9G 77% /nfs
rman备份
[oracle@xifenfei nfs]$ rman target / Recovery Manager: Release 10.2.0.1.0 - Production on Wed May 30 16:31:40 2012 Copyright (c) 1982, 2005, Oracle. All rights reserved. connected to target database: XFF (DBID=3426707456) RMAN> backup datafile 1 format '/nfs/rman/system01_%U'; Starting backup at 3-JUN-12 using target database control file instead of recovery catalog allocated channel: ORA_DISK_1 channel ORA_DISK_1: sid=146 devtype=DISK channel ORA_DISK_1: starting full datafile backupset channel ORA_DISK_1: specifying datafile(s) in backupset RMAN-03009: failure of backup command on ORA_DISK_1 channel at 05/30/2012 16:32:17 ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode continuing other job steps, job failed will not be re-run channel ORA_DISK_1: starting full datafile backupset channel ORA_DISK_1: specifying datafile(s) in backupset including current control file in backupset including current SPFILE in backupset channel ORA_DISK_1: starting piece 1 at 3-JUN-12 RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03009: failure of backup command on ORA_DISK_1 channel at 05/30/2012 16:32:20 ORA-19504: failed to create file "/nfs/rman/system01_02nc9rgh_1_1" ORA-27054: NFS file system where the file is created or resides is not mounted with correct options Additional information: 3
重新挂载nfs
[root@xifenfei ~]# umount /nfs [root@xifenfei tmp]# mount -t nfs -o rw,bg,hard,rsize=32768,wsize=32768, >vers=3,nointr,timeo=600,tcp 192.168.1.90:/tmp/nfs /nfs
rman重新备份
[oracle@xifenfei ~]$ rman target / Recovery Manager: Release 10.2.0.1.0 - Production on Wed May 30 16:38:14 2012 Copyright (c) 1982, 2005, Oracle. All rights reserved. connected to target database: XFF (DBID=3426707456) RMAN> backup datafile 1 format '/nfs/rman/system01_%U'; Starting backup at 3-JUN-12 using target database control file instead of recovery catalog allocated channel: ORA_DISK_1 channel ORA_DISK_1: sid=143 devtype=DISK channel ORA_DISK_1: starting full datafile backupset channel ORA_DISK_1: specifying datafile(s) in backupset input datafile fno=00001 name=/u01/oracle/oradata/XFF/system01.dbf channel ORA_DISK_1: starting piece 1 at 3-JUN-12 channel ORA_DISK_1: finished piece 1 at 3-JUN-12 piece handle=/nfs/rman/system01_07nc9rrv_1_1 tag=TAG20120530T163823 comment=NONE channel ORA_DISK_1: backup set complete, elapsed time: 00:02:15 channel ORA_DISK_1: starting full datafile backupset channel ORA_DISK_1: specifying datafile(s) in backupset including current control file in backupset including current SPFILE in backupset channel ORA_DISK_1: starting piece 1 at 3-JUN-12 channel ORA_DISK_1: finished piece 1 at 3-JUN-12 piece handle=/nfs/rman/system01_08nc9s07_1_1 tag=TAG20120530T163823 comment=NONE channel ORA_DISK_1: backup set complete, elapsed time: 00:00:02 Finished backup at 3-JUN-12
查看nfs源端文件
[root@xifenfei rman]# pwd /tmp/nfs/rman [root@xifenfei rman]# ls -l total 378300 -rw-r----- 1 54321 54321 379846656 Jun 3 13:45 system01_07nc9rrv_1_1 -rw-r----- 1 54321 54321 7143424 Jun 3 13:45 system01_08nc9s07_1_1
要点说明
Mount Options for Oracle files when used with NFS on NAS devices [ID 359515.1]
kewastUnPackStats(): bad magic 1 (0x0000000036407DFA, 0)
alert日志错误kewastUnPackStats(): bad magic 1 (0x0000000036407DFA, 0)
该错误是出现在win 2008 + 11.2.0.1的数据库中
Sun Jun 03 01:00:05 2012 kewastUnPackStats(): bad magic 1 (0x0000000036407DFA, 0) kewastUnPackStats(): bad magic 1 (0x0000000036407DFA, 0) kewastUnPackStats(): bad magic 1 (0x0000000036407DD8, 0) kewastUnPackStats(): bad magic 1 (0x0000000036407DD8, 0) kewastUnPackStats(): bad magic 1 (0x0000000036407DD8, 0) kewastUnPackStats(): bad magic 1 (0x0000000036407DD8, 0) kewastUnPackStats(): bad magic 1 (0x0000000036407DF0, 0) kewastUnPackStats(): bad magic 1 (0x0000000036407DF0, 0) kewastUnPackStats(): bad magic 1 (0x0000000036407DD8, 0) kewastUnPackStats(): bad magic 1 (0x0000000036407DD8, 0) Sun Jun 03 02:00:18 2012 kewastUnPackStats(): bad magic 1 (0x0000000035387DD4, 0) kewastUnPackStats(): bad magic 1 (0x0000000035387DD4, 0) kewastUnPackStats(): bad magic 1 (0x0000000035387DDC, 0) kewastUnPackStats(): bad magic 1 (0x0000000035387DDC, 0) kewastUnPackStats(): bad magic 1 (0x0000000035387DDC, 0) kewastUnPackStats(): bad magic 1 (0x0000000035387DDC, 0) kewastUnPackStats(): bad magic 1 (0x0000000035387DDC, 0) kewastUnPackStats(): bad magic 1 (0x0000000035387DDC, 0) kewastUnPackStats(): bad magic 1 (0x0000000035387DDC, 0) kewastUnPackStats(): bad magic 1 (0x0000000035387DDC, 0) Sun Jun 03 03:00:32 2012 kewastUnPackStats(): bad magic 1 (0x000000001D8F7DD4, 0) kewastUnPackStats(): bad magic 1 (0x000000001D8F7DD4, 0) kewastUnPackStats(): bad magic 1 (0x000000001D8F7DDC, 0) kewastUnPackStats(): bad magic 1 (0x000000001D8F7DDC, 0) kewastUnPackStats(): bad magic 1 (0x000000001D8F7DDC, 0) kewastUnPackStats(): bad magic 1 (0x000000001D8F7DDC, 0) kewastUnPackStats(): bad magic 1 (0x000000001D8F7DD4, 0) kewastUnPackStats(): bad magic 1 (0x000000001D8F7DD4, 0) kewastUnPackStats(): bad magic 1 (0x000000001D8F7DD4, 0) kewastUnPackStats(): bad magic 1 (0x000000001D8F7DD4, 0) kewastUnPackStats(): bad magic 1 (0x000000001D8F7DDC, 0)
错误原因:
出现该问题是 Bug:8967729/unpublished bug 8730312
Active Session History中某些数据(the moduile, action program, etc. information)未被正确存储,然后awr程序在整点(默认配置)的时候访问V$ACTIVE_SESSION_HISTORY 视图失败,从而出现了该错误.出现该问题可能导致ash和awr使用异常或不准确
问题解决:
1.在Oracle12c release and the 11.2.0.2 and higher patchsets中被修复
2.打上one-off Patch:8730312(one-off补丁没有经过oracle的严格测试,在打该补丁前可能需要进行测试)
ORA-39126: 在 KUPW$WORKER.PUT_DDLS [TABLE_STATISTICS] 中 Worker 发生意外致命错误
使用impdp导入数据报如下错误导致导入终止
处理对象类型 SCHEMA_EXPORT/TABLE/TRIGGER 处理对象类型 SCHEMA_EXPORT/TABLE/INDEX/FUNCTIONAL_AND_BITMAP/INDEX 处理对象类型 SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/FUNCTIONAL_AND_BITMAP/INDEX_STATISTICS 处理对象类型 SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS ORA-39126: 在 KUPW$WORKER.PUT_DDLS [TABLE_STATISTICS] 中 Worker 发生意外致命错误 ORA-06502: PL/SQL: 数字或值错误 LPX-00225: end-element tag "HIST_GRAM_LIST_ITEM" does not match start-element tag "EPVALUE" ORA-06512: 在 "SYS.DBMS_SYS_ERROR", line 95 ORA-06512: 在 "SYS.KUPW$WORKER", line 9001 ----- PL/SQL Call Stack ----- object line object handle number name 26ABF4B0 20462 package body SYS.KUPW$WORKER 26ABF4B0 9028 package body SYS.KUPW$WORKER 26ABF4B0 16665 package body SYS.KUPW$WORKER 26ABF4B0 3956 package body SYS.KUPW$WORKER 26ABF4B0 9725 package body SYS.KUPW$WORKER 26ABF4B0 1775 package body SYS.KUPW$WORKER 290D454C 2 anonymous block ORA-39097: 数据泵作业出现意外的错误 -1427 ORA-39065: DISPATCH 中出现意外的主进程异常错误 ORA-01427: 单行子查询返回多个行 作业 "EAS"."SYS_IMPORT_SCHEMA_01" 因致命错误于 15:21:20 停止
从这里可以看出是在执行TABLE_STATISTICS的时候因为EPVALUE列的数据类型和导入数据不匹配,问题发生上面错误,导致impdp job终止.
解决办法
参考文档:[ID 878626.1]
1.如果数据已经expdp导出,建议在导入的时候屏蔽掉统计信息导入EXCLUDE=STATISTICS,导入后使用DBMS_STATS 重新收集统计信息
2.如果数据尚未expdp导出,建议在导出的时候屏蔽掉统计信息导出EXCLUDE=STATISTICS导入后使用DBMS_STATS 重新收集统计信息