View Privileges granted to an user
-- System privileges granted to an user ( scott)
oracle configurationintermediate
by OracleDba
12 views
-- System privileges granted to an user ( scott)
1234
SELECT * FROM DBA_SYS_PRIVS where grantee='SCOTT';
SELECT * FROM DBA_ROLE_PRIVS where grantee='SCOTT';
SELECT * FROM DBA_TAB_PRIVS WHERE GRANTEE='SCOTT';
SELECT * FROM DBA_COL_PRIVS WHERE WHERE GRANTEE='SCOTT';Please to add comments
No comments yet. Be the first to comment!