List users
by Frank Kim on Aug.08, 2008, under Oracle
To list all the users in a database log in as the sysadmin and query the dba_users table.
$ sqlplus sysman/123456@dev01 SQL> select username from dba_users where username like 'Frank%';
Related posts: