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.
Hai,
The following command will show you the users in database
SQL>select username from dba_users;
If you further information about the account status
SQL>desc dba_users;
SQL>select username,account_status from dba_users,
Thanks and Regards,
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.