DB2 table access list

时间:2016-04-04 18:39:23

标签: db2

i want to find db2 tables access list(which user or program has privilige which table). how can i query this? If i would write this psedue code i wil be like this.

select table's_grant_user_name from sysibm.... where table_name='XXX'`

is there any ibm privillige table been in db2?

In aqt tool i can see tables access list when i select from combobox. But i need this query to querying for some tables to groupping. is it possible to query this ? how can i retrieve table's grant list?

Thanks,

1 个答案:

答案 0 :(得分:1)

Check out the view SYSIBMADM.PRIVILEGES.

相关问题