How to find the users list in oracle 11g db?

前端 未结 6 1414
Happy的楠姐
Happy的楠姐 2021-01-30 12:37

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

6条回答
  •  攒了一身酷
    2021-01-30 13:00

    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.

提交回复
热议问题