|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/15/2009 10:22:38 PM
Posts: 1,
Visits: 12
|
|
Hi,
I m new to teradata.
I don't have access on DBC. Can anyone tell me, how come i will know which are the database have given me the access in Teradata.
Thanks
MDF
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: 11/5/2009 3:21:51 PM
Posts: 101,
Visits: 241
|
|
UserRights will give you all the objects/rights to which you explicitly have access.
UserRoleRights gives you all the objects to which you have access via a role.
So you can just union these views.
A couple of points - rights can be given below database level, so you could have rights to some tables in a database but not others.
2. If your default role is not ALL, you could have rights to an object through a role but may not be able to exercise those rights while working in a different role.
HTH
|
|
|
|