Skip to main content
Question

System Privilege Access

  • April 20, 2023
  • 3 replies
  • 110 views

Forum|alt.badge.img+10

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

Forum|alt.badge.img+11
  • Hero (Employee)
  • 200 replies
  • April 21, 2023

SELECT * FROM DBA_SYS_PRIVS;
 


Forum|alt.badge.img+17
  • Superhero (Partner)
  • 514 replies
  • April 21, 2023

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

select * from SYSTEM_PRIVILEGE_GRANT_TAB

 


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1265 replies
  • April 21, 2023

Hi @TosohLBlum 

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

You can show a list.