阅读: 26 评论: 0 作者: blackcat 发表于 2010-04-14 13:23 原文链接
Version: Oracle 10gR2
Platform: Linux As4
Product: Expdp && Impdp
异常: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.pasting.
Code:
Sqlplus /nolog
conn / as sysdba;
exec dbms_metadata_util.load_stylesheets;
exit; -- log off
exit; -- exit of sqlplus
评论: 0 查看评论 发表评论
众里寻你千百度,百度期待您的加盟
最新新闻:
· 黑莓手机今起在国内零售渠道正式发售(2010-06-18 13:03)
· 大一学生利用音频分析软件破译银行密码(2010-06-18 13:00)
· Sencha Touch,真正跨平台的手机应用框架(2010-06-18 12:58)
· Google 确认加密搜索将换到新域名(2010-06-18 12:54)
· 关于腾讯收购康盛创想的跟踪报道(2010-06-18 11:56)
编辑推荐:程序员这口饭-职业规划解决方案
网站导航:博客园首页 个人主页 新闻 闪存 小组 博问 社区 知识库
文章来源:
http://www.cnblogs.com/aqhistory/archive/2010/04/14/1711752.html