ORACLE dblink数据库连接 使用简单字符串方式

来源:互联网 发布:电脑自带编程软件 编辑:程序博客网 时间:2024/05/17 05:19

1、执行语句

 

create public database link mes_LINK connect to userstorage_qas identified by userstorage_qas using '192.168.209.241:1521/mes';


2、使用数据库连接查询

select * from userlist@mes_LINK