EXPDP – ORA-39006,ORA-39213 Metadata processing is not available
==> Environmental Details :
O/S :Windows Server 2008 64 bits
Oracle Version : 11.2.0.1
==> Error Details :
Oracle Version : 11.2.0.1
==> Error Details :
While Taking full database export using “EXPDP” i was getting below mentioned error :
###############################################
C:\> expdp directory=pump_dir=expdp_test.dmp logfile=expdp_test.log full=y
Export: Release 11.2.0.1.0 – Production on Thu Feb 27 10:48:09 2014
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Username : system/oracle123 as sysdba
Password:
Username : system/oracle123 as sysdba
Password:
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 – 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
ORA-39006: internal error
ORA-39213: Metadata processing is not available
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
ORA-39006: internal error
ORA-39213: Metadata processing is not available
###############################################
Soultion
login to sys
C:\sqlplus sys as sysdba
SQL> execute dbms_metadata_util.load_stylesheets
PL/SQL procedure successfully completed.
###########################################################
This solved my issue.
Comments
Post a Comment