create public database link mylink
connect to scott identified by tiger
using 'test';
-----------test为net manager配置出来的.---
create database link mylink
connect to scott identified by tiger
using 'test';
-----------test为net manager配置出来的.--- scott 用户名 tiger 密码