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.
DB2 does not have users and groups defined within it. It uses external means (like the OS) to perform the security. All that DB2 stores is the authorizations of the users and groups.
If you will query the system catalog views for those authorizations (like syscat.schemaauth, syscat.tabauth, etc) you will get a list with all the users/groups that have privileges in your database. And you may suppose that this is the users and groups list.
__________________
Florin Aparaschivei
Iasi, Romania