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
You can think of a mysql database as a schema/user in Oracle. If you have the privileges, you can query the DBA_USERS view to see the list of schema.
mysql database
Oracle
DBA_USERS