|
| Total Answers and Comments: 5 |
Last Update: September 25, 2007 Asked by: Debi Prasad Maharana |
|
| | |
|
No best answer available. Please pick the good answer available or submit your answer. | |
November 08, 2006 05:48:43 | #1 |
| rameshr |
|
|
RE: how to find number of user in the database.
| hi.... select * from all_users; ....this will give all the users created select count(*) from all_users; ....this will give u no of user |  | | Is this answer useful? Yes | No | | |
|
| |
|
January 06, 2007 07:27:31 | #4 |
| Kannan |
|
|
RE: how to find number of user in the database.
| Sybase: sp_who will help to find the available users..... select * from sysusers - it used to find the no.of users in ur DB |  | | Is this answer useful? Yes | No | | |
|
| |
Go To Top
|