1. 首页 > ITPUX技术网 > 正文

数据库用户

12查看用户拥有哪些角色sql>select * from dba_role_privs where granted_role=’ITPUX_ROLE’; –ITPUX_ROLE(角色)sql>select granted_role,grantee from dba_role_privs where grantee=’xiong’; 02:13:19 SYS@db01> SELECT GRANTED_ROLE,GRANTEE FROM DBA_ROLE_PRIVS where GRANTEE=’XIONG’;GRANTED_ROLE(授予哪个角色给用户) GRANTEE(被授予角色的用户)—————————— ——————————ITPUX_ROLE XIONGCONNECT XIONG

本文由风哥教程整理发布,仅用于学习测试使用,转载注明出处:http://www.fgedu.net.cn/10327.html

联系我们

在线咨询:点击这里给我发消息

微信号:itpux-com

工作日:9:30-18:30,节假日休息