oracle查看用户的系统权限,角色以及数据库对象权限

select * from dba_sys_privs where GRANTEE='monkey';

select * from dba_role_privs where GRANTEE='monkey';

select * from DBA_TAB_PRIVS where GRANTEE='monkey';

 

posted @ 2020-08-11 15:26  monkey6  阅读(639)  评论(0编辑  收藏  举报