zoukankan      html  css  js  c++  java
  • expdp ORA-39213

    [oracle@BI2 dir_dp]$ impdp ruijie_kettle/ruijie_kettle schemas=ruijie_kettle directory=dir_dp dumpfile =ruijie_kettle.dir_dp logfile=impdp.log ;
    
    Import: Release 11.2.0.1.0 - Production on Tue Jul 8 17:15:25 2014
    
    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@BI2 dir_dp]$ 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@BI2 dir_dp]$ sqlplus "/as sysdba"
    
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Jul 8 17:18:56 2014
    
    Copyright (c) 1982, 2009, Oracle.  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
    
    SQL> exec dbms_metadata_util.load_stylesheets ;
    
    PL/SQL procedure successfully completed.
    
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    [oracle@BI2 dir_dp]$ impdp ruijie_kettle/ruijie_kettle schemas=ruijie_kettle directory=dir_dp dumpfile =ruijie_kettle.dmp logfile=impdp.log

    OK 可以导入了。
  • 相关阅读:
    hdu 3367 Pseudoforest
    hdu 2489 Minimal Ratio Tree
    hdu 4009 Transfer water
    poj 3164 Command Network
    hdu 3926 Hand in Hand
    hdu 3938 Portal
    5-26日(面经总结)
    5-25日
    5-21日|5-22日
    5-13日记录|5-14日
  • 原文地址:https://www.cnblogs.com/Alex-Zeng/p/3832434.html
Copyright © 2011-2022 走看看