赞
踩
oracle 建视图引用其他用户的表授权eg:
grant select on tuser to USR_JSSSFJGGDZYXX_BX with grant option;
要加上 with grant option选项。
grant select on a to b with grant option;
grant select on v_b to c;
c用户就可以访问v_b了。
grant update on tuser to usr_bx with grant option;
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。