您的位置:首页 > 其它

expdp时出现错误:ORA-39006: internal error

2016-08-17 08:15 381 查看

ORA-39006: internal error

ORA-39213: Metadata processing is not available

问题描述:

[Oracle@ www.linuxidc.com ~]$ expdp dove/a123 tables=studentinfo,teacherinfo DIRECTORY=dpdata1 dumpfile=info.dmp content=all

Export: Release 10.2.0.1.0 - Production on Tuesday, 25 May, 2010 18:23:02

Copyright (c) 2003, 2005, Oracle.  All rights reserved.

Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production

With the Partitioning, OLAP and Data Mining options
ORA-39006: internal error

ORA-39213: Metadata processing is not available

解决方法:

SQL>
execute dbms_metadata_util.load_stylesheets;

PL/SQL procedure successfully completed.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: