Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Privilege problem
Is the role the default role?
if not,use SET ROLE
"Steven" <SPAMBLOCKERsteven.pannell_at_gmx.net> 写入消息新闻
:bhvsae$3ipah$1_at_ID-82797.news.uni-berlin.de...
> Hi,
>
> Having a problem with assigning query rewrite to a role.
>
> I have a user called Fred with a materialized view.
>
> user Bob wants to create a view on Fred's materializied view. If I grant
> 'query rewrite' directly to user bob then bob can create the view.
However,
> if I grant the right to a role (that bob is assigned) then bob cannot
create
> the view and get's a 'insufficient privileges' error.
>
> example:
>
> create view abc as
> select * from fred.materialized_view;
>
> throws an error when the privilage is assigned to the role. assign to the
> user and it works. why?
>
> Why can't I assign 'query rewrite' to a role. can someone tell me what I
am
> doing wrong.
>
> Thanks,
> Steve.
>
>
> --
> -----------------------------------------------------------------
> Holidays in Berchtesgaden, Germany:
> http://pension-berchtesgaden.de
>
>
Received on Wed Aug 20 2003 - 20:54:21 CDT
![]() |
![]() |