expdhttp://space.itpub.net/9399028/viewspace-682742
p导出报错 ORA-39006 ORA-39213
今天使用
expdp导出数据,突然报错,很是奇怪,以前用该命令都没问题得,初步怀疑是directory没有定义,结果重新定义了,错误依旧。
[oracle@localhost ~]$ expdp
。。。。。。
Export: Release 10.2.0.1.0 - 64bit Production on 星期四, 2011 18:50:15
Copyright (c) 2003,
2005,
Oracle. All rights reserved.
Connected to: Oracle Database
10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and
Data Mining options
ORA-39006: internal error
ORA-39213: Metadata processing is not available
网上查询,原来还要执行一个过程,按如下步骤:
[oracle@localhost ~]$ sqlplus / as sysdba
SQL> execute dbms_metadata_util.load_stylesheets;
PL/SQL procedure successfully completed.
再来执行expdp,就OK了。
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/12131609/viewspace-689964/,如需转载,请注明出处,否则将追究法律责任。