In Teradata SQLAssistant, I have created a db user USER1 which has 17 views. This user can do a SELECT on any view, thanks to a profile/role I granted and then associated to him. His child USER2 is a db user with the same profile/role as USER1, but my problem is he can't select any of the views of USER1 :
Table/View **** not found, or you have no access rights
When I check in Teradata Administrator, USER2 has the same right (READ) on the datawarehouse tables used by the 17 views as USER1....
Can anyone help me ?
I can provide more details.
Thanks in advance.
EDIT1 : I have the possibility to do that select, but i need to do a
Grant SELECT on table_used_by_view to USER1 WITH GRANT OPTION;
on each table...
I really need to stick with the ROLE/PROFILE method, so I can't accept this solution (as you can't do a WITH GRANT OPTION on a role).