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

DB2查看数据库用户权限

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 14:56:30
Original
5689 people have browsed it

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
Copy after login
Related labels:
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template