Question

System Privilege Access

  • 20 April 2023
  • 3 replies
  • 56 views

Userlevel 5
Badge +9

Is there a way to see what users are granted system privileges?  I know I can look at each individual permission set and see if any system privileges are assigned, but that is very time consuming.


3 replies

Userlevel 5
Badge +10

SELECT * FROM DBA_SYS_PRIVS;
 

Userlevel 5
Badge +15

If we are looking for IFS system privileges not Oracle system then following query is helpful:

select * from SYSTEM_PRIVILEGE_GRANT_TAB

 

Userlevel 7
Badge +22

Hi @TosohLBlum 

the easiest way to find it out is with rmt on system privileges.

You can show a list.

 

Reply