List All Users and Roles From An Oracle DatabaseThe following sql queries will return all users and roles of a oracle database. List All Users Queryselect * from all_usersList All Roles Queryselect * from dba_roles
Leave a Reply