创建DBLink语句

--linkName DBLink名
--username  用户名
--password 密码
--tns TNS配置字符串

create database link &linkName 
connect to &username identified by "&password" 
using '&tns';

 

posted on 2013-07-10 14:56  Dream_c  阅读(595)  评论(0编辑  收藏  举报