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/
  • 相关阅读:
    深度学习100问
    BAT机器学习面试1000题系列
    深度学习项目——基于卷积神经网络(CNN)的人脸在线识别系统
    深入理解卷积层
    AI大道理头尾标识
    git-svn Manual Page
    收藏夹
    C语言 #、##、#@在#define中的用法
    ubuntu 编译安装自己的git-svn
    ALSA参考文档
  • 原文地址:https://www.cnblogs.com/tianlesoftware/p/3609823.html
Copyright © 2011-2022 走看看