on ‎2009 Feb 20 9:24 AM
HI,
How I can see the list of all Oracle Database user .... is there any way, plz lemme know.
thanks
Request clarification before answering.
Hi Rhishibh,
You can find all database usernames using below qury.
select username from dba_users;
or
select * frrom dba_users;
Regards
Nick Loy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.