A set of permissions.
-1
votes
0answers
43 views
Oracle grant role to another role problem
I have created a role named parent_role and granted select privilege to a table named tbl for example.
Then i created another role named child_role and granted parent_role to it:
grant ...