Thursday, May 19, 2011

How to find the list of users in database

These two queries can be used to list down the users in your database.

select username from dba_users;

select * from all_users;

No comments: