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';

posted @ 2023-05-16 20:02  南昌开发二部  阅读(4)  评论(0)    收藏  举报