• 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/
  • 相关阅读:
    Android核心分析 ---- 电话系统之GSMCallTacker
    Android核心分析 ----- Android电话系统之RIL-Java
    Android核心分析 ------ 电话系统之rilD
    Android核心分析 ----- Android电话系统-概述篇
    AndroidRuntime 流程
    关于++和--运算符的理解
    使用eclips开发java时的闪退问题
    Android--控件的滑动事件
    Running Hero.
    软件工程第三次大作业分工说明
  • 原文地址:https://www.cnblogs.com/tianlesoftware/p/3609824.html
Copyright © 2020-2023  润新知