List of users that have access to a table
I know you can use DBA_TAB_PRIVS that will show all users and roles that have access to a table. But is there a clean way to see just the users even if granted by the role?
0
I know you can use DBA_TAB_PRIVS that will show all users and roles that have access to a table. But is there a clean way to see just the users even if granted by the role?