微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

impdp导入数据无权限ORA-39213错误

oracle@linux:~> impdp tbs/tbs directory=dmpdir dumpfile=20110810.dmp
Import: Release 11.2.0.1.0 - Production on Sat Dec 31 11:36:18 2011
copyright (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 Production
With the Partitioning,OLAP,Data Mining and Real Application Testing options
ORA-39006: internal error
ORA-39213: Metadata processing is not available
oracle@linux:~> oerr ora 39213
39213,00000,"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.
oracle@linux:~> sqlplus /nolog
sql*Plus: Release 11.2.0.1.0 Production on Sat Dec 31 11:39:51 2011
copyright (c) 1982,Oracle. All rights reserved.
sql> conn / as sysdba
Connected.
sql> exec dbms_Metadata_util.load_stylesheets PL/sql procedure successfully completed.

原文地址:https://www.jb51.cc/oracle/207410.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐