I am not sure this is the same what I was thinking about. For example, in db2, connect privilege can be granted to a group and so is grant privilege as in GRANT SELECT ON TABLE SCHEMA.TABLE TO GROUP ABC; GRANT CONNECT ON DATABASE TO GROUP ABC And the group may not necessarily be local group on the node. it can be AD too. In fact DBAs don't even need to get involved when a new user needs DB access. Sysadmin had to just add that user in a group and we are done. |