Showing posts with label ORA-39213 Metadata processing is not available. Show all posts
Showing posts with label ORA-39213 Metadata processing is not available. Show all posts

Wednesday, October 3, 2018

ORA-39213 Metadata processing is not available


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

How to Extend Swap space on LVM Disk Linux

How to Extend Swap space on LVM Disk Linux   Applies to:             Oracle Database 12.2             Oracle Linux 7 Description: ...