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: DA Morgan <damorgan_at_psoug.org>
Date: Tue, 14 Mar 2006 11:56:20 -0800
Message-ID: <1142366161.625627@yasure.drizzle.com>


Andy wrote:

>> 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

You are executing an UPDATE statement.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Tue Mar 14 2006 - 13:56:20 CST

Original text of this message

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