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.
解决办法:
SQL> conn / as sysdba;
SQL> execute dbms_metadata_util.load_stylesheets;