db2 ver7 on liunux
Trying to get only the grant statement given by grantor SYSIBM to
<user1> on <user2>.<table_name.
The USER enviroment set to instance owner
I am using this command
db2look -d <db_name> -z <user1> -x
but the grants are not showing , I am seeing the grants from the
syscat.tabauth.
regards,