oracle@linux:~gt; impdp tbs/tbs directory=dmpdir dumpfile=20110810.dmp import: release 11.2.0.1.0 - production on sat d
oracle@linux:~> impdp tbs/tbs directory=dmpdir dumpfile=20110810.dmp
import: release 11.2.0.1.0 - production on sat dec 31 11:36:18 2011
copyright (c) 1982, 2009, oracle and/or its affiliates. all rights reserved.
connected to: oracle database 11g enterprise edition release 11.2.0.1.0 - 64bit production
with the partitioning, olap, data mining and real application testing options
ora-39006: internal error
ora-39213: metadata processing is not available
oracle@linux:~> oerr ora 39213
39213, 00000, 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.
oracle@linux:~> sqlplus /nolog
sql*plus: release 11.2.0.1.0 production on sat dec 31 11:39:51 2011
copyright (c) 1982, 2009, oracle. all rights reserved.
sql> conn / as sysdba
connected.
sql> exec dbms_metadata_util.load_stylesheets
pl/sql procedure successfully completed.
ok....
,