閱讀: 26 評(píng)論: 0 作者: blackcat 發(fā)表于 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

評(píng)論: 0 查看評(píng)論 發(fā)表評(píng)論
眾里尋你千百度,百度期待您的加盟
最新新聞:
· 黑莓手機(jī)今起在國(guó)內(nèi)零售渠道正式發(fā)售(2010-06-18 13:03)
· 大一學(xué)生利用音頻分析軟件破譯銀行密碼(2010-06-18 13:00)
· Sencha Touch,真正跨平臺(tái)的手機(jī)應(yīng)用框架(2010-06-18 12:58)
· Google 確認(rèn)加密搜索將換到新域名(2010-06-18 12:54)
· 關(guān)于騰訊收購(gòu)康盛創(chuàng)想的跟蹤報(bào)道(2010-06-18 11:56)
編輯推薦:程序員這口飯-職業(yè)規(guī)劃解決方案
網(wǎng)站導(dǎo)航:博客園首頁(yè) 個(gè)人主頁(yè) 新聞 閃存 小組 博問(wèn) 社區(qū) 知識(shí)庫(kù)
文章來(lái)源:
http://www.cnblogs.com/aqhistory/archive/2010/04/14/1711752.html