ORA-39213 Metadata
processing is not available
Applies
to:
Oracle Enterprise Linux – Version: 7
Oracle Database 11gR2
Description:
Expdp utility going to failed with
following error:
ORA-39213: Metadata processing is not available
After some research I found that it is caused by the XSL
stylesheets not setup/load properly.
Solution:
To fix the problem do the following
steps:
Connect
AS SYSDBA and execute the following to reload the stylesheets:
SQL>
execute dbms_metadata_util.load_stylesheets;
Re-test
the expdp, now it is working fine.
Your comments, especially which will help us
improve the functionality, will be greatly appreciatedJ
👉 Check our complete guide:
Oracle Error Codes Guide
Author Box
About the Author
Rana Abdul Wahid is an experienced Oracle Database Administrator with expertise in Oracle Database Administration, Oracle Data Guard, RMAN Backup & Recovery, Oracle RAC, Oracle E-Business Suite, Performance Tuning, and High Availability Solutions.
Through this blog, he shares practical Oracle DBA solutions, troubleshooting guides, interview preparation resources, and production-tested best practices for database professionals worldwide.
No comments:
Post a Comment