当前位置:首页>维修大全>综合>

怎么查看oracle某个用户的权限(oracle查看一个用户的所有权限)

怎么查看oracle某个用户的权限(oracle查看一个用户的所有权限)

更新时间:2024-03-05 11:16:22

怎么查看oracle某个用户的权限

1、create user userName identified by password;

2、grant select any table to userName; --授予查询任何表

3、grant select any dictionary to userName;--授予 查询任何字典

执行上面三步就行了,那么这个用户就只有查询权限,其他的权限都没有!!

更多栏目