|
|
我这里测试没有任何问题。
你把数据库链删掉重建一次试试。
SQL> alter user test identified by "1";
用户已更改。
SQL> conn test/1@test
已连接。
SQL> conn yangtk/yangtk@yangtk
已连接。
SQL> create database link test connect to test identified by "1" using 'test';
数据库链接已创建。
SQL> select * from tab@test;
未选定行 |
|