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

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

 

相关文章: