千家信息网

如何解决expdp导出报错ORA-39006和ORA-39213

发表于:2025-01-31 作者:千家信息网编辑
千家信息网最后更新 2025年01月31日,如何解决expdp导出报错ORA-39006和ORA-39213,相信很多没有经验的人对此束手无策,为此本文总结了问题出现的原因和解决方法,通过这篇文章希望你能解决这个问题。expdp导出时有如下报错
千家信息网最后更新 2025年01月31日如何解决expdp导出报错ORA-39006和ORA-39213

如何解决expdp导出报错ORA-39006和ORA-39213,相信很多没有经验的人对此束手无策,为此本文总结了问题出现的原因和解决方法,通过这篇文章希望你能解决这个问题。

expdp导出时有如下报错:

Export: Release 11.2.0.1.0 - Production on Wed Feb 5 09:55:13 2020Copyright (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 ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing optionsORA-39006: internal errorORA-39213: Metadata processing is not available

按照提示进行操作,解决问题:

根据oerr ora 39213提示,执行exec dbms_metadata_util.load_stylesheets;

[oracle@data ~]$ sqlplus / as sysdbaSQL*Plus: Release 11.2.0.1.0 Production on Wed Feb 5 09:59:26 2020Copyright (c) 1982, 2009, Oracle.  All rights reserved.Connected to:Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing optionsSQL> execute dbms_metadata_util.load_stylesheets;PL/SQL procedure successfully completed.SQL> exitDisconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing options

再进行导出正常,问题解决。

看完上述内容,你们掌握如何解决expdp导出报错ORA-39006和ORA-39213的方法了吗?如果还想学到更多技能或想了解更多相关内容,欢迎关注行业资讯频道,感谢各位的阅读!

0