oracle 建视图引用其他用户的表授权

2023-05-16

oracle 建视图引用其他用户的表授权eg:

grant select on tuser to USR_JSSSFJGGDZYXX_BX with grant option;

要加上 with grant option选项。

a用户登录 

grant select on a to b with grant option;

然后 b用户登录

grant select on v_b to c;

c用户就可以访问v_b了。

增加更新权限

grant update on tuser to usr_bx with grant option;

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

oracle 建视图引用其他用户的表授权 的相关文章

随机推荐