oracle11g静默安装---->静默安装成功后,导入失败解决【四】

通过以上几篇文章,静默安装成功,做数据导出expdp,没有任何问题!如果做Impdp导入会报错,下面给出了解决方法!!




使用expdp/impdp工具报错:

ORA-39006: internal error

ORA-39213: Metadata processing is not available


Cause: The Data Pump could not use the Metadata API. Typically, this is caused by the XSL stylesheets not being set up properly.

Action: Connect AS SYSDBA and execute dbms_metadata_util.load_stylesheets to reload the stylesheets.


解决办法:

使用sys用户登录,然后执行下列语句:

SQL> execute dbms_metadata_util.load_stylesheets;  


本文出自 “李鹏飞oracle” 博客,请务必保留此出处http://lipengfei666666.blog.51cto.com/6384154/1635664

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。