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

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


I am not sure what you understand by "execute from the Command line interface", but you're probably looking after the following select statement:

select * from dba_users;

or

select username from dba_users;

~ Answered on 2014-03-17 09:58:58


Most Viewed Questions: