If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB user list

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-27-06, 02:14
pooja pooja is offline
Registered User
 
Join Date: Dec 2002
Posts: 104
DB user list

Hi All,

I am new to DB2.
Can anyone of you please tell me how can i get the list of DB users thru DB2 database.

thanx a ton in advance,
Pooja
Reply With Quote
  #2 (permalink)  
Old 07-27-06, 03:26
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
In DB2, user id's and passwords are controlled by the operating system. Users logged into the operating system can have specific authorities for various objects or groups of objects. You can also grant authority at the operating system group level, in addition to the user id level.

The DB2 authorizations are stored in various DB2 System Catalog views such as:

SYSCAT.DBAUTH
SYSCAT.TABAUTH
SYSCAT.ROUTINEAUTH
SYSCAT.SCHEMAAUTH
etc.

You can see the defintion of these catalog views in the SQL Reference Vol 1, Appendix D.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On