Home >Database >Mysql Tutorial >DB2查看数据库用户权限

DB2查看数据库用户权限

WBOY
WBOYOriginal
2016-06-07 14:56:305645browse

DB2查看数据库用户权限 无 select privilege from dba_SYS_privs where grantee=‘USERNAME’;使用user_sys_privs!select * from dba_sys_privs where grantee='SCOTT';USER_TAB_PRIVS_RECD

DB2查看数据库用户权限
select privilege from dba_SYS_privs where grantee=‘USERNAME’;
使用user_sys_privs!
select * from dba_sys_privs where grantee='SCOTT';
USER_TAB_PRIVS_RECD
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn