oracle dblink的创建方式时间:2023-03-09 15:55:43 操作语句: create database link zfxtdblink connect to tianhe2014 identified by tianhe2014 using '199.169.0.125:1621/orcl 操作解析: create database link 创建的名称(随意起)connect to (连接过去的数据库用户名 )identified by (数据库连接的密码)using '连接数据库的IP地址:数据库端口号/数据库服务名'