Oracle Expdp ImpDp Bug

Posted on 2010-04-14 13:23  blackcat  阅读(964)  评论(0)    收藏  举报

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 


 

 

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3