Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Update statement using a join on a materialized view

Re: Update statement using a join on a materialized view

From: Andy <andrewfaseuk_at_hotmail.com>
Date: 14 Mar 2006 09:35:11 -0800
Message-ID: <1142357711.615259.290560@p10g2000cwp.googlegroups.com>

>
> Is this happening in SQL or in PL/SQL?
> Does your Oracle installation have a version number?
>
> Likely you are in a PL/SQL procedure and the privilege on the
> materialized view has been granted through a role: It must be explicit.
> --

Hi

This is in SQL not PL/SQL and this is on Oracle 9i

The materialized view is owned by another user and I believe my user only has select access, my question is that because i'm not updating the materialised view why would I need update access to it ?

Cheers

Andy Received on Tue Mar 14 2006 - 11:35:11 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US