`
panshaobinSB
  • 浏览: 198543 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

oracle用户查询授权

 
阅读更多
http://blog.sina.com.cn/s/blog_6d6e54f70100wh1d.html

本想使用

grant select any table to B

但是报权限不足。

于是:用A用户登录,然后执行:

select 'grant select on '||table_name ||' to b;' from user_tables ;

然后把结果都执行一下。(修改b为具体的用户)
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics