Oracle Expdp ImpDp Bug

Posted on 2010-04-14 13:23  blackcat  阅读(961)  评论(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 


 

 

Copyright © 2024 blackcat
Powered by .NET 8.0 on Kubernetes