Archives of the TeradataForum
Message Posted: Wed, 03 Apr 2002 @ 14:38:55 GMT
Subj: | | Re: Mysterious column in AccessRights |
|
From: | | Geoffrey Rommel |
I think I have figured this one out. In most rows of AccessRights, the GrantorID and the CreateUID are the same. They are different in
this situation:
- Rights on a database or object (object1) are granted (a) to [database1] ALL or (b) to PUBLIC.
- A new database or user (newdb) is created (a) underneath database1 or (b) anywhere.
In this case, rights on object1 will automatically be granted to newdb. The GrantorID will be the one who issued the original grant; the
CreateUID will be the one who created newdb.
--wgr
|