閱讀: 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