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 可以导入了。
  • 相关阅读:
    前端各种小细节
    图片等比例缩放
    微信小程序倒计时,购物车,向左滑删除 左拉删除
    微信小程序用户拒绝授权,重新调起授权
    微信小程序swiper切换卡内嵌滚动条不显示
    php面试总结
    tp5.0 学习(三):URL和路由
    pytorch 基础内容
    Grammarly for Chrome-语法、用词自动检查
    时空图神经网路:STGNNs
  • 原文地址:https://www.cnblogs.com/Alex-Zeng/p/3832434.html
Copyright © 2011-2022 走看看