1、create user userName identified by password; 2、grant select any table to userName; --授予查询任何表 3、grant select any dictionary to userName;--授予 查询任何字典
oracle 如何创建只有查询权限的用户
原文:http://www.cnblogs.com/CandiceW/p/6869145.html