zoukankan      html  css  js  c++  java
  • ORA02024: Database Link Not Found [ID 1058949.1]

    ORA-02024: Database Link Not Found [ID 1058949.1]


     

    Modified 24-JUN-2010     Type PROBLEM     Status PUBLISHED

     

    In this Document
      Symptoms
      Cause
      Solution
      References


    Applies to:

    Oracle Server - Enterprise Edition - Version: 8.1.7.4 to 11.1.0.7 - Release: 8.1.7 to 11.1
    Information in this document applies to any platform.

    Symptoms

    After performing an import from 9i to 11g, encountered the following issue:

    SQL> DROP DATABASE LINK SUPPORT.PRODREP ;
    drop DATABASE LINK SUPPORT.PRODREP
    *
    ERROR at line 1:
    ORA-02024: database link not found

    Cause

    Incorrect SQL syntax for dropping a public database link

    In this case, the link was owned by user 'PUBLIC' not the user 'SUPPORT'

    SQL> SELECT * FROM all_db_links;

    OWNER   DB_LINK    USERNAME   
    -----------  -------------    -----------------
    PUBLIC   PRODREP  SUPPORT     




    Solution

    Correct the syntax to include the word 'public'
    DROP PUBLIC DATABASE LINK <name of link>

     

     

     

    ------------------------------------------------------------------------------

    Blog http://blog.csdn.net/tianlesoftware

    网上资源: http://tianlesoftware.download.csdn.net

    相关视频:http://blog.csdn.net/tianlesoftware/archive/2009/11/27/4886500.aspx

    DBA1 群:62697716(); DBA2 群:62697977()

    DBA3 群:62697850   DBA 超级群:63306533;    

    聊天 群:40132017

    --加群需要在备注说明Oracle表空间和数据文件的关系,否则拒绝申请

    道森Oracle,国内最早、最大的网络语音培训机构,我们提供专业、优质的Oracle技术培训和服务! 我们的官方网站:http://www.daosenoracle.com 官方淘宝店:http://daosenpx.taobao.com/
  • 相关阅读:
    邮件的DNS设置
    使用GIT SUBTREE集成项目到子目录(转)
    PostGIS 快速入门(转)
    PostgreSQL数据库的安装与PostGIS的安装(转)
    python sort、sorted高级排序技巧(转)
    jQuery选择器--简洁又全面(转)
    jQuery选择器(转)
    手机/电脑的定位方式
    iOS定位原理和使用建议(转)
    【震惊】一个白帽子居然在网咖做出这种事
  • 原文地址:https://www.cnblogs.com/tianlesoftware/p/3609824.html
Copyright © 2011-2022 走看看