How to find out the users list, which is all created in the oracle 11g database. Is there any command to find out the users list which we can execute f
oracle 11g
command
The command select username from all_users; requires less privileges
select username from all_users;