ffmmx's Blog

Happy coding

oracle 创建dblink

ffmmx posted @ 2013年5月28日 14:19 in 未分类 with tags oracle dblink , 1597 阅读

oracle 创建dblink方式除了使用tnsnames.ora,别名方式,还可以使用全链接地址的方式.如下

CREATE PUBLIC DATABASE LINK xxx
CONNECT TO non-sys IDENTIFIED BY *****
USING '//172.1.2.3:1521/service_name';

 


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter