select sysdate from dual@dblink; 能查到当前时间说明正常。
使用dblink做查询操作
select sysdate from dual @dblink;
最简单的办法就是查询一下,select * from table@dblink;