联系:手机/微信(+86 17813235971) QQ(107644445)
标题:ORA-39773: parse of metadata stream failed故障处理
作者:惜分飞©版权所有[未经本人同意,不得以任何形式转载,否则有进一步追究法律责任的权利.]
客户expdp导出数据,在写入生成SYS_EXPORT_SCHEMA表所在的users表空间不足,导致expdp报部分异常
Export: Release 11.2.0.4.0 - Production on Thu Feb 27 15:12:36 2025Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.;;; Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit ProductionWith the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,Data Mining and Real Application Testing optionsFLASHBACK automatically enabled to preserve database integrity.Starting "XFF"."SYS_EXPORT_SCHEMA_95":XFF/**** directory=DUMP dumpfile=20250227.dmp logfile=20250227.log schemas=XFF Estimate in progress using BLOCKS method...Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATAORA-39171: Job is experiencing a resumable wait.ORA-01653: unable to extend table XFF.SYS_EXPORT_SCHEMA_95 by 128 in tablespace USERSORA-39171: Job is experiencing a resumable wait.ORA-01653: unable to extend table XFF.SYS_EXPORT_SCHEMA_95 by 128 in tablespace USERSORA-39171: Job is experiencing a resumable wait.ORA-01653: unable to extend table XFF.SYS_EXPORT_SCHEMA_95 by 128 in tablespace USERSORA-39171: Job is experiencing a resumable wait.ORA-01653: unable to extend table XFF.SYS_EXPORT_SCHEMA_95 by 128 in tablespace USERSORA-39171: Job is experiencing a resumable wait.ORA-01653: unable to extend table XFF.SYS_EXPORT_SCHEMA_95 by 128 in tablespace USERSORA-39171: Job is experiencing a resumable wait.ORA-01653: unable to extend table XFF.SYS_EXPORT_SCHEMA_95 by 128 in tablespace USERSORA-39171: Job is experiencing a resumable wait.ORA-01653: unable to extend table XFF.SYS_EXPORT_SCHEMA_95 by 128 in tablespace USERSORA-39171: Job is experiencing a resumable wait.ORA-01653: unable to extend table XFF.SYS_EXPORT_SCHEMA_95 by 128 in tablespace USERSORA-39171: Job is experiencing a resumable wait.ORA-01653: unable to extend table XFF.SYS_EXPORT_SCHEMA_95 by 128 in tablespace USERSORA-39171: Job is experiencing a resumable wait.ORA-01653: unable to extend table XFF.SYS_EXPORT_SCHEMA_95 by 128 in tablespace USERSTotal estimation using BLOCKS method: 481.9 GBProcessing object type SCHEMA_EXPORT/USERProcessing object type SCHEMA_EXPORT/SYSTEM_GRANTProcessing object type SCHEMA_EXPORT/ROLE_GRANTProcessing object type SCHEMA_EXPORT/DEFAULT_ROLEProcessing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMAProcessing object type SCHEMA_EXPORT/TYPE/TYPE_SPECProcessing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCEProcessing object type SCHEMA_EXPORT/TABLE/TABLEProcessing object type SCHEMA_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANTProcessing object type SCHEMA_EXPORT/TABLE/COMMENTProcessing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_SPECProcessing object type SCHEMA_EXPORT/FUNCTION/FUNCTIONProcessing object type SCHEMA_EXPORT/PROCEDURE/PROCEDUREProcessing object type SCHEMA_EXPORT/PACKAGE/COMPILE_PACKAGE/PACKAGE_SPEC/ALTER_PACKAGE_SPECProcessing object type SCHEMA_EXPORT/FUNCTION/ALTER_FUNCTIONProcessing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDUREProcessing object type SCHEMA_EXPORT/TABLE/INDEX/INDEXProcessing object type SCHEMA_EXPORT/TABLE/INDEX/FUNCTIONAL_INDEX/INDEXProcessing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINTProcessing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICSProcessing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/FUNCTIONAL_INDEX/INDEX_STATISTICSProcessing object type SCHEMA_EXPORT/VIEW/VIEWProcessing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODYProcessing object type SCHEMA_EXPORT/TABLE/TRIGGERProcessing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICSProcessing object type SCHEMA_EXPORT/MATERIALIZED_VIEWProcessing object type SCHEMA_EXPORT/JOB. . exported "XFF"."PUB_WORKINGTASKLOG" 88.09 GB 112681 rows. . exported "XFF"."SM_BUSILOG_DEFAULT" 51.94 GB 3149092 rows. . exported "XFF"."FFW_DISTRIBUTESUBTASK" 46.47 GB 552214 rows. . exported "XFF"."GL_DETAIL" 11.32 GB 16214805 rows…………. . exported "XFF"."ZDP_10000000RR8NKX" 0 KB 0 rows. . exported "XFF"."ZDP_10000000RTB1GI" 0 KB 0 rows. . exported "XFF"."ZDP_10000000RTB1GK" 0 KB 0 rowsMaster table "XFF"."SYS_EXPORT_SCHEMA_95" successfully loaded/unloaded******************************************************************************Dump file set for XFF.SYS_EXPORT_SCHEMA_95 is: /rman_bak/dump/20200227.dmpJob "XFF"."SYS_EXPORT_SCHEMA_95" completed with 10 error(s) at Thu Feb 27 19:32:22 2025 elapsed 0 04:16:28 |
尝试把该dmp导入数据库,报ORA-31694/ORA-02354/ORA-39773错误
Import: Release 11.2.0.4.0 - Production on 星期日 3月 16 02:38:14 2025Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.;;; 连接到: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing optionsORA-31694: 加载/卸载主表 "XFF"."SYS_IMPORT_FULL_01" 失败ORA-02354: 导出/导入数据时出错ORA-39773: parse of metadata stream failed |
客户需要恢复其中的GL_DETAIL表数据,通过dul实现expdp dump文件转换sqlldr格式方法进行恢复,实现数据完美恢复
对于dmp(exp/expdp)文件,我们可以实现比较完美的恢复,最后限度抢救数据.如果你有oracle expdp/exp dmp被加密或者破坏,无法正常导入数据库,可以联系我们对其进行恢复处理:提供(ORACLE数据库恢复技术支持):Phone:17813235971 Q Q:107644445 E-Mail:[email protected]
浙公网安备 33010602011771号