database link 创建
-- Create database link
create database link HUHONG_LINK
connect to HUHONG identified by HUHONG$321
using 'huhong';
|
这里的using 'huhong'是我在tnsnames.ora里配的标头名,而不是sid,以前一直以为是sid 。。。
connect to username identified by password 不用解释了
阅读(990) | 评论(0) | 转发(0) |