Oracle 11G导出错误(Ora-01115:IO错误从文件6读取块(块$ 75593959)

时间:2015-09-16 04:10:15

标签: database oracle oracle11g database-administration

我在Windows 2008 Server上安装了oracle 11G。我有一个700GB的大文件表空间。我在一个用户“ARCHIVE”中拥有所有数据/表。使用exp命令导出数据库时。它会产生以下错误:

EXP-00056: ORACLE error 1115 encountered
ORA-01115: IO Error reading block from file 6 (block # 75593959)
ORA-27070: async read/write failed
ORA-04016: Error queuing an asynchronous I/O request.
O/S-Error: (OS 23) Data error (cyclic redundancy check)

导出数据库的安全方法是什么?

===================expdp output starts=========================
;;; 
Export: Release 11.2.0.1.0 - Production on Fri Sep 18 09:19:59 2015

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
;;; 
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Starting "ARCHIVE"."SYS_EXPORT_SCHEMA_02":  archive/******** schemas=archive directory=backup_dir dumpfile=bck_180915 logfile=expdplog compression=all 
Estimate in progress using BLOCKS method...
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 703.8 GB
Processing object type SCHEMA_EXPORT/USER
Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
Processing object type SCHEMA_EXPORT/ROLE_GRANT
Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
Processing object type SCHEMA_EXPORT/TABLE/TABLE
Processing object type SCHEMA_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
Processing object type SCHEMA_EXPORT/TABLE/COMMENT
Processing object type SCHEMA_EXPORT/PROCEDURE/PROCEDURE
Processing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE
Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
ORA-31693: Table data object "ARCHIVE"."TBL_MATRIC_DATA" failed to load/unload and is being skipped due to error:
ORA-02354: error in exporting/importing data
ORA-01115: IO error reading block from file 6 (block # 54124632)
ORA-27070: async read/write failed
OSD-04016: Error queuing an asynchronous I/O request.
O/S-Error: (OS 23) Data error (cyclic redundancy check).
ORA-01115: IO error reading block from file 6 (block # 54124632)
ORA-27070: async read/write failed
OSD-04016: Error queuing an asynchronous
ORA-31693: Table data object "ARCHIVE"."TBL_INTER_DATA" failed to load/unload and is being skipped due to error:
ORA-02354: error in exporting/importing data
ORA-01115: IO error reading block from file 6 (block # 75593959)
ORA-27070: async read/write failed
OSD-04016: Error queuing an asynchronous I/O request.
O/S-Error: (OS 23) Data error (cyclic redundancy check).
ORA-01115: IO error reading block from file 6 (block # 75593959)
ORA-27070: async read/write failed
OSD-04016: Error queuing an asynchronous 
. . exported "ARCHIVE"."SYS_EXPORT_SCHEMA_01"            31.76 KB    1122 rows
. . exported "ARCHIVE"."MISSING_RANGES"                  5.984 KB     102 rows
. . exported "ARCHIVE"."RANGES"                          4.968 KB      10 rows
Master table "ARCHIVE"."SYS_EXPORT_SCHEMA_02" successfully loaded/unloaded
******************************************************************************
Dump file set for ARCHIVE.SYS_EXPORT_SCHEMA_02 is:
  BCK_180915.DMP
Job "ARCHIVE"."SYS_EXPORT_SCHEMA_02" completed with 2 error(s) at 20:38:19

====================expdp output ends =========================

1 个答案:

答案 0 :(得分:0)

您可以排除这一个表(TBL_INTER_DATA)并重试。如果TBL_INTER_DATA对您很重要,您可以尝试将未损坏的部分内容TBL_INTER_DATA保存为CSV文件(使用行号查找和跳过损坏的块)。