oracle 函数中服务访问指定用户下的表
--第一种授权,单表授权
grant select on zxssos.zx_sys_depart to qydj
--第二种授权,通过建立远程连接调用
create database link qydj_43
connect to qydj identified by "83186309"
using '192.168.0.60:1531/devorcl';
--第一种授权,单表授权
grant select on zxssos.zx_sys_depart to qydj
--第二种授权,通过建立远程连接调用
create database link qydj_43
connect to qydj identified by "83186309"
using '192.168.0.60:1531/devorcl';