zoukankan      html  css  js  c++  java
  • ORA-39006错误原因及解决办法

    近日,在使用expdp导出数据时碰到ora-39006错误,错误提示如下所示:

    ORA-39006: internal error
    ORA-39213: Metadata processing is not available
    

    初看到internal error的错误提示,下了一跳。Google一番的结果如下:

    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.

    数据泵无法使用元数据API,需要以sysdba身份登录,执行:

    SQL> execute dbms_metadata_util.load_stylesheets; 
    PL/SQL procedure successfully completed. 
    
  • 相关阅读:
    display
    盒子模型
    css样式
    修改页面标题前的图标
    form表单
    html中列表
    代码书写格式
    dw中的超链接
    硬盘的访问,程序重定位和加载
    Bochs调试指令
  • 原文地址:https://www.cnblogs.com/sunmengbbm/p/6020015.html
Copyright © 2011-2022 走看看