首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

oracle用户查询受权

2013-07-24 
oracle用户查询授权http://blog.sina.com.cn/s/blog_6d6e54f70100wh1d.html本想使用grant select any tabl

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为具体的用户)

热点排行