千家信息网

expdp导出时报错怎么办

发表于:2024-11-19 作者:千家信息网编辑
千家信息网最后更新 2024年11月19日,expdp导出时报错怎么办?相信很多新手小白对此束手无策,通过这篇文章的总结,希望你能找到解决的方法。expdp导出时有如下报错:Export: Release 11.2.0.1.0 - Produc
千家信息网最后更新 2024年11月19日expdp导出时报错怎么办

expdp导出时报错怎么办?相信很多新手小白对此束手无策,通过这篇文章的总结,希望你能找到解决的方法。

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导出时报错的解决方法就分享到这里了,希望以上内容可以对大家有一定的帮助,可以学到更多知识。如果喜欢这篇文章,不如把它分享出去让更多的人看到。

0