• 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 可以导入了。
  • 相关阅读:
    实现CSS圆环的5种方法(小结)
    父组件向子组件传递数组格式数据
    Vue里的data声明方式:data{},data(){}
    浏览器输入 URL 回车之后发生了什么?
    vue中跳转链接
    Github上 10 个开源免费且优秀的后台控制面板
    vueelementadmin之修改侧边栏的icon图标以及图标颜色
    vue组件库选择pc端和手机端
    8月24日学习日志
    8月28日学习日志
  • 原文地址:https://www.cnblogs.com/Alex-Zeng/p/3832434.html
Copyright © 2020-2023  润新知