Oracle中询表的权限被授予给了哪些用户
数据库  /  管理员 发布于 2年前   181
Oracle查询表将权限赋给了哪些用户的SQL,以备查用。
select t.table_name as "表名", t.grantee as "被授权的属组", t.owner as "对象所在的属组", t.grantee as "主动授权的属组", t.privilege as "具体权限类型" from dba_tab_privs t where (t.grantee = upper('scott') or t.grantee = upper('sys')) and T.privilege = 'SELECT' and t.table_name in (upper('table_name1'), upper('table_name2')) order by t.table_name;
nkt 在
阿里云香港服务器搭建自用vpn:Shadowsocks使用流程步骤中评论 用了三分钟就被禁了,直接阿里云服务器22端口都禁了..熊丽 在
安装docker + locust + boomer压测环境实现对接口的压测中评论 试试水..博主 在
阿里云香港服务器搭建自用vpn:Shadowsocks使用流程步骤中评论 @test 也可能是国内大环境所至,也是好事,督促你该研究学习新技术..test 在
阿里云香港服务器搭建自用vpn:Shadowsocks使用流程步骤中评论 打了一次网页,然后再也打不开了。。是阿里云的缘故吗?..博主 在
centos7中Meili Search搜索引擎安装流程步骤中评论 @鹿 执行以下命令看看你的2.27版本是否存在strin..
Copyright·© 2019 侯体宗版权所有·
粤ICP备20027696号