输入banner图图片脚本导航/分类

oracle 如何创建只有查询权限的用户

create user userName identified by password; 2grant select any table to userName; --授予查询任何表 3grant select any dictionary to userName;--授予 查询任何字典

 

oracle 如何创建只有查询权限的用户

标签:blog   grant   code   logs   pre   class   如何   rac   ide