create database link hr.com1
connect to username identified by pwd
using 'conStr'; //conStr = 链接的数据库sid
DBLink的创建
最新推荐文章于 2025-08-06 16:23:50 发布
create database link hr.com1
connect to username identified by pwd
using 'conStr'; //conStr = 链接的数据库sid