select 用户名.函数名@DBLINK名称(参数) from dual;
e.g.
select newbosid@TEST('1234ECMA') from dual; -- 成功执行
select newbosid('1234ECMA') from dual@TEST; -- 执行失败