zircon06
Technical User
- Jan 8, 2007
- 81
Can anyone tell me sql command to find users in the database
Thanks
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
desc all_users
Name Null? Type
----------------------- -------- ------------
USERNAME NOT NULL VARCHAR2(30)
USER_ID NOT NULL NUMBER
CREATED NOT NULL DATE
select * from all_users;
USERNAME USER_ID CREATED
---------- ---------- ---------
SYS 0 14-SEP-03
SYSTEM 5 14-SEP-03
OUTLN 11 14-SEP-03
DBSNMP 19 15-SEP-03
DHUNT 21 15-SEP-03
YADA 110 07-FEB-07
...