ora-02085错误
浏览:95日期:2024-01-15
ora-02085:的注解是:database link name connects to name 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 same name as the database to which it connects. 意思是:If u set the parameter 'global_names' to true,the db link name connected to this server must equal db_name + db_domain. 很多时候我们只是让dblink的名字等于了db_name,所以创建出错
上一条:SQLPlus 使用技巧下一条:SQLPlus命令使用指南(三)
相关文章:
热门推荐
- meta http-equiv='X-UA-Compatible' content='IE=7' 意思是将IE8用IE7进行渲染
- 1.hbuilder配置nodejs
- 2.js完美解决IE6不支持position:fixed的bug
- 3.如何在FreeBSD上用PHP实现在线添加FTP用户
- 4.WAP中的ASP技术(二)
- 5.golang 输出重定向:fmt Log,子进程Log,第三方库logrus的详解
- 6.JS 逻辑判断不要只知道用 if-else 和 switch条件判断(小技巧)
- 7.JSP乱码解决大全
- 8.在Flash中使用ASP技术
- 9.ASP 3.0高级编程(二十五)
- 10.hbuildercss怎么用