Archives of the TeradataForum
Message Posted: Mon, 08 Jul 2013 @ 17:47:58 GMT
Subj: | | Re: Grant Access to Role |
|
From: | | Bakthavachalam, Roopalini |
So I read the manual about with admin option and understood that the user would also be able to drop the role once given the access. I do not
want that. I also do not want the user the ability to add more rights to that role. Is there still a way?
CREATE ROLE R_TST_ROLE;
GRANT SELECT ON DB_ABC TO R_TST_ROLE;
GRANT R_TST_ROLE TO JACK WITH ADMIN OPTION;
All I want is the user should just be able to grant that role to other users?
Thanks
Roopalini
|