oracle 如何创建只有查询权限的用户
时间:2021-07-01 10:21:17
帮助过:3人阅读
、
create user userName identified
by password;
2、
grant select any table to userName;
--授予查询任何表
3、
grant select any dictionary
to userName;
--授予 查询任何字典
oracle 如何创建只有查询权限的用户
标签:blog grant code logs pre class 如何 rac ide