修改init.ora文件中的global_names为false了么

解决方案 »

  1.   

    create PUBLIC DATABASE LINK linkName  CONNECT TO 
        UserName IDENTIFIED BY PassWord  USING 'DBName' 
      

  2.   

    ORA-02085 database link string connects to string
    Cause: The database link attempted to connect to a database with a different name. The name of the database link must be the same name as the name of the database.
    Action: Create a database link with the same name as the database to which it connects.
      

  3.   

    如果不改的话DBLINK的名字要和全局数据库名一样